Magellan Linux

Diff of /trunk/dbus/dbus.rc

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

revision 16 by niro, Mon May 2 21:15:16 2005 UTC revision 17 by niro, Tue May 3 14:12:29 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /root/magellan-cvs/src/dbus/dbus.rc,v 1.1 2005-05-02 21:15:16 niro Exp $  # $Header: /root/magellan-cvs/src/dbus/dbus.rc,v 1.2 2005-05-03 14:12:29 niro Exp $
3    
4  #%rlevels: 1:s 2:s 3:s 4:s 5:s  #%rlevels: 1:s 2:s 3:s 4:s 5:s
5  #%start: 99  #%start: 99
# Line 20  case "$1" in Line 20  case "$1" in
20   start-stop-daemon \   start-stop-daemon \
21   --start \   --start \
22   --pidfile /var/run/dbus.pid \   --pidfile /var/run/dbus.pid \
23   --exec /usr/bin/dbus-daemon-1 -- --system   --exec /usr/bin/dbus-daemon -- --system
24   evaluate_retval   evaluate_retval
25   splash svc_started splash 0   splash svc_started splash 0
26   ;;   ;;

Legend:
Removed from v.16  
changed lines
  Added in v.17