Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/tftpd/run

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 197 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/sh
2
3 #exec >/dev/null
4 exec 2>&1
5 exec </dev/null
6
7 user=root # for bind to port 69
8
9 exec \
10 env - \
11 softlimit \
12 setuidgid "$user" \
13 udpsvd -v -c 10 -l localhost \
14 0 69 \
15 tftpd /pub/tftpd_root

Properties

Name Value
svn:executable *