Magellan Linux

Diff of /trunk/proftpd/proftpd.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 990 by niro, Wed Jul 11 23:16:10 2007 UTC revision 991 by niro, Wed Mar 3 19:08:46 2010 UTC
# Line 12  Line 12 
12  source /etc/sysconfig/rc  source /etc/sysconfig/rc
13  source $rc_functions  source $rc_functions
14    
15    # read options
16    source /etc/conf.d/proftpd
17    
18  case "$1" in  case "$1" in
19   start)   start)
20   echo -e ${COLOREDSTAR}"Starting proftpd daemon ..."   echo -e ${COLOREDSTAR}"Starting proftpd daemon ..."
21   start-stop-daemon --start --quiet --exec /usr/sbin/proftpd \   start-stop-daemon --start --quiet --exec /usr/sbin/proftpd \
22   --make-pidfile --pidfile /var/run/proftpd.pid   --make-pidfile --pidfile /var/run/proftpd.pid -- ${PROFTPD_OPTIONS}
23   evaluate_retval   evaluate_retval
24    
25   update_svcstatus $1   update_svcstatus $1

Legend:
Removed from v.990  
changed lines
  Added in v.991