Magellan Linux

Diff of /trunk/synaptics/synaptics.rc

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

revision 60 by niro, Sun Feb 19 11:44:38 2006 UTC revision 61 by niro, Sun Feb 19 12:05:13 2006 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /root/magellan-cvs/src/synaptics/synaptics.rc,v 1.1 2006-02-19 11:44:38 niro Exp $  # $Header: /root/magellan-cvs/src/synaptics/synaptics.rc,v 1.2 2006-02-19 12:05:13 niro Exp $
3    
4  #%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k  #%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k
5  #%start: 80  #%start: 80
# Line 26  case "$1" in Line 26  case "$1" in
26   ;;   ;;
27    
28   stop)   stop)
29   echo -e ${COLOREDSTAR}"Stopping Network Audio System daemon ..."   echo -e ${COLOREDSTAR}"Stopping synaptics daemon ..."
30   killproc /usr/X11R6/bin/syndaemon   killproc /usr/X11R6/bin/syndaemon
31    
32   update_svcstatus $1   update_svcstatus $1

Legend:
Removed from v.60  
changed lines
  Added in v.61