13 lines
426 B
Diff
13 lines
426 B
Diff
diff -up tftp-hpa-0.42/tftp-xinetd.tftpboot tftp-hpa-0.42/tftp-xinetd
|
|
--- tftp-hpa-0.42/tftp-xinetd.tftpboot 2008-01-22 10:02:56.000000000 +0100
|
|
+++ tftp-hpa-0.42/tftp-xinetd 2008-01-22 10:03:09.000000000 +0100
|
|
@@ -10,7 +10,7 @@ service tftp
|
|
wait = yes
|
|
user = root
|
|
server = /usr/sbin/in.tftpd
|
|
- server_args = -s /tftpboot
|
|
+ server_args = -s /var/lib/tftpboot
|
|
disable = yes
|
|
per_source = 11
|
|
cps = 100 2
|