[oe-commits] Joe MacDonald : tftpd-hpa: update default tftpboot location

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 13:41:26 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 37c03f32bc51d98cfe4774994ec6639941913932
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=37c03f32bc51d98cfe4774994ec6639941913932

Author: Joe MacDonald <joe at deserted.net>
Date:   Fri Oct 25 11:03:56 2013 -0400

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 at deserted.net>

---

 .../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 de2ed18..1dce7fd 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"



More information about the Openembedded-commits mailing list