aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorJoe MacDonald <joe@deserted.net>2013-10-25 11:03:56 -0400
committerJoe MacDonald <joe@deserted.net>2013-10-29 09:55:39 -0400
commit37c03f32bc51d98cfe4774994ec6639941913932 (patch)
tree39053fb6988cc03907514e1be35f654cfb670214 /meta-networking/recipes-daemons
parent176db0f7e1dc60faea2fa78202c02552a5af8fed (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-networking/recipes-daemons/tftp-hpa/files/default2
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 de2ed18202..1dce7fdfeb 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/files/default
+++ b/meta-networking/recipes-daemons/tftp-hpa/files/default
@@ -1,3 +1,3 @@
#Defaults for tftpd-hpa
RUN_DAEMON="yes"
-OPTIONS="-l -s /srv/tftpboot"
+OPTIONS="-l -s /var/lib/tftpboot"