Magellan Linux

Annotation of /trunk/busybox/tftpd.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2632 - (hide annotations) (download)
Mon Jul 20 14:17:14 2015 UTC (8 years, 9 months ago) by niro
File size: 81 byte(s)
-fixed options to work with udpsvd + tftpd and disallow uploads to the tftpd server
1 niro 2482 TFTPD_PORT="69"
2 niro 2632 TFTPD_LISTENER="0.0.0.0"
3 niro 2482 TFTPD_ROOT="/var/tftpd"
4 niro 2632 TFTPD_OPTS="-r"