diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-19 21:45:49 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-19 21:46:46 +0200 |
commit | 9fb58d79a6a5d96af251ace28669243ba37d77e0 (patch) | |
tree | 4e457388575974665c7898f5a291033815ca71c9 /recipes/tftp-hpa/files/default | |
parent | 1e0d96b7d4e6b2643e2551fa8dcebd4df2045fda (diff) |
tftp-hpa: added 5.0 version of HPA tftp client/daemon
Diffstat (limited to 'recipes/tftp-hpa/files/default')
-rw-r--r-- | recipes/tftp-hpa/files/default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/tftp-hpa/files/default b/recipes/tftp-hpa/files/default new file mode 100644 index 0000000000..de2ed18202 --- /dev/null +++ b/recipes/tftp-hpa/files/default @@ -0,0 +1,3 @@ +#Defaults for tftpd-hpa +RUN_DAEMON="yes" +OPTIONS="-l -s /srv/tftpboot" |