6 PIDFILE
="/var/run/pure-ftpd.pid"
9 stat_busy
"Starting Pure-FTPd"
10 [ ! -f $PIDFILE ] && /usr
/sbin
/pure-config.pl
/etc
/pure-ftpd.conf
&> /dev
/null
19 stat_busy
"Stopping Pure-FTPd"
20 # Just kill the master server, preserve existing connections.
22 [ -f $PIDFILE ] && kill `cat $PIDFILE` &> /dev
/null
36 echo "usage: $0 {start|stop|restart}"