diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-12-11 20:16:44 +0100 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-12-11 20:16:44 +0100 | 
| commit | 593b6cd13a8ef80fb859501c26c671eaaf5abe23 (patch) | |
| tree | c40dc4d021a7bfb8e35b3556d5a13decb8e9368b | |
| parent | 1e14daab904b4c74e1ee4edd081d42478aa5d12a (diff) | |
pull fedora init script to prio 24
| -rw-r--r-- | initscript/fedora/avahi-daemon.in | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/initscript/fedora/avahi-daemon.in b/initscript/fedora/avahi-daemon.in index d309866..59f854e 100644 --- a/initscript/fedora/avahi-daemon.in +++ b/initscript/fedora/avahi-daemon.in @@ -2,19 +2,19 @@  #  # avahi-daemon:       Starts the Avahi Daemon  # -# chkconfig: 345 96 02 +# chkconfig: 345 24 02  # description: This is a daemon which runs on client machines to perform \  #              Zeroconf service discovery on a network. avahi-daemon must be \  #              running on systems  that use Avahi for service discovery. \  #              Avahi-daemon should not be running otherwise.  # processname: avahi-daemon -# config:  +# config:  AVAHI_BIN=@sbindir@/avahi-daemon  if [ "$1" == 'status' ]; then      test -x $AVAHI_BIN || exit 4 -else  +else      test -x $AVAHI_BIN || exit 5  fi @@ -91,7 +91,7 @@ case "$1" in  	restart  	;;    reload) -        reload  +        reload  	;;    condrestart)    	if [ -f $LOCKFILE ]; then @@ -105,4 +105,3 @@ case "$1" in  esac  exit $RETVAL -  | 
