Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/cups

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

revision 70 by niro, Mon Dec 13 22:52:07 2004 UTC revision 71 by niro, Tue Mar 15 19:07:56 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/cups,v 1.2 2005-03-15 19:07:56 niro Exp $
3    
4  #%rlevels: 3:s 4:s 5:s 0:k 6:k  #%rlevels: 3:s 4:s 5:s 0:k 6:k
5  #%start: 23  #%start: 23
# Line 19  case $1 in Line 20  case $1 in
20   update_svcstatus $1   update_svcstatus $1
21   splash svc_started "$(basename $0)" 0   splash svc_started "$(basename $0)" 0
22   ;;   ;;
23    
24   stop)   stop)
25   echo -e ${COLOREDSTAR}"Stopping CUPS Printserver ..."   echo -e ${COLOREDSTAR}"Stopping CUPS Printserver ..."
26   killproc cupsd   killproc cupsd

Legend:
Removed from v.70  
changed lines
  Added in v.71