Magellan Linux

Diff of /trunk/proftpd/proftpd.rc

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

revision 265 by niro, Wed Jul 11 23:16:10 2007 UTC revision 992 by niro, Wed Mar 3 19:29:41 2010 UTC
# Line 9  Line 9 
9  #%before:  #%before:
10  #%after:  #%after:
11    
12  source /etc/sysconfig/rc  source /etc/conf.d/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.265  
changed lines
  Added in v.992