Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/examples/var_service/ftpd/run

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (hide annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 207 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 niro 984 #!/bin/sh
2    
3     #exec >/dev/null
4     exec 2>&1
5     exec </dev/null
6    
7     user=www
8     user=root
9    
10     exec \
11     env - PATH="$PATH" \
12     softlimit \
13     tcpsvd \
14     -vE -l 0 -c 40 \
15     0.0.0.0 21 \
16     setuidgid "$user" \
17     ftpd -vv -t10 /pub/ftpd_root

Properties

Name Value
svn:executable *