Patch from Keisuke Mori to add proper dependeny on syslog to corosync init

script.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3038 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2010-09-03 15:42:22 +00:00
parent 71c54f9440
commit e1bbafcaeb

View File

@ -12,9 +12,8 @@
#
### BEGIN INIT INFO
# Provides: corosync
# Required-Start: $network
# Should-Start: $syslog
# Required-Stop: $network
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
# Default-Start:
# Default-Stop:
# Short-Description: Starts and stops Corosync Cluster Engine.