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>
This commit is contained in:
Joe MacDonald 2013-10-25 11:03:56 -04:00
parent 176db0f7e1
commit 37c03f32bc

View File

@ -1,3 +1,3 @@
#Defaults for tftpd-hpa
RUN_DAEMON="yes"
OPTIONS="-l -s /srv/tftpboot"
OPTIONS="-l -s /var/lib/tftpboot"