2010-11-30 10:09:35 +00:00
committed by Git OBS Bridge
parent 051c80b64d
commit b9647d27db
2 changed files with 9 additions and 4 deletions

View File

@@ -13,10 +13,10 @@
#
### BEGIN INIT INFO
# Provides: syslog
# Required-Start: network
# Should-Start: earlysyslog
# Required-Stop: network
# Should-Stop: earlysyslog
# Required-Start:
# Should-Start: earlysyslog network
# Required-Stop:
# Should-Stop: earlysyslog network
# Default-Start: 2 3 5
# Default-Stop:
# Description: Start the system logging daemons

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 30 11:08:19 CET 2010 - werner@suse.de
- Make network a should have dependency of syslog service
-------------------------------------------------------------------
Fri Nov 26 17:29:37 CET 2010 - werner@suse.de