diff options
author | Joe MacDonald <joe@deserted.net> | 2013-10-25 11:03:56 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-10-29 09:55:39 -0400 |
commit | 37c03f32bc51d98cfe4774994ec6639941913932 (patch) | |
tree | 39053fb6988cc03907514e1be35f654cfb670214 /meta-networking/recipes-daemons/tftp-hpa/files | |
parent | 176db0f7e1dc60faea2fa78202c02552a5af8fed (diff) | |
download | meta-openembedded-37c03f32bc51d98cfe4774994ec6639941913932.tar.gz |
tftpd-hpa: update default tftpboot location
The tftp-hpa package installs /var/lib/tftpboot and tftpd-hpa is
configured to use that directory, but the default points at /svc/tftpboot.
Correct that so the default points to a location that exists when the
package is installed.
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-daemons/tftp-hpa/files')
-rw-r--r-- | meta-networking/recipes-daemons/tftp-hpa/files/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/default b/meta-networking/recipes-daemons/tftp-hpa/files/default index de2ed1820..1dce7fdfe 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/files/default +++ b/meta-networking/recipes-daemons/tftp-hpa/files/default | |||
@@ -1,3 +1,3 @@ | |||
1 | #Defaults for tftpd-hpa | 1 | #Defaults for tftpd-hpa |
2 | RUN_DAEMON="yes" | 2 | RUN_DAEMON="yes" |
3 | OPTIONS="-l -s /srv/tftpboot" | 3 | OPTIONS="-l -s /var/lib/tftpboot" |