forked from jengelh/asterisk
28 lines
967 B
Diff
28 lines
967 B
Diff
From: Jan Engelhardt <jengelh@medozas.de>
|
|
Date: 2011-10-10 01:33:55.485966709 +0200
|
|
Upstream: tbd
|
|
|
|
config: fix wrong runlevel assignments in suse init script
|
|
|
|
Runlevel 4 is not used in SUSE, never was.
|
|
|
|
---
|
|
contrib/init.d/rc.suse.asterisk | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: asterisk-10.0.0-beta2/contrib/init.d/rc.suse.asterisk
|
|
===================================================================
|
|
--- asterisk-10.0.0-beta2.orig/contrib/init.d/rc.suse.asterisk
|
|
+++ asterisk-10.0.0-beta2/contrib/init.d/rc.suse.asterisk
|
|
@@ -26,8 +26,8 @@
|
|
# Required-Stop: $network $syslog $named $local_fs $remote_fs
|
|
# Should-Start: dahdi misdn lcr wanrouter mysql postgresql
|
|
# Should-Stop: dahdi misdn lcr wanrouter mysql postgresql
|
|
-# Default-Start: 2 3 4 5
|
|
-# Default-Stop: 0 1 6
|
|
+# Default-Start: 3 5
|
|
+# Default-Stop: 0 1 2 4 6
|
|
# Short-Description: Asterisk PBX
|
|
# Description: the Asterisk Open Source PBX
|
|
### END INIT INFO
|