SPECS: asterisk.spec - don't restart anything automaticly

arekm arekm at pld-linux.org
Wed Sep 26 09:18:26 CEST 2007


Author: arekm                        Date: Wed Sep 26 07:18:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't restart anything automaticly

---- Files affected:
SPECS:
   asterisk.spec (1.95 -> 1.96) 

---- Diffs:

================================================================
Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.95 SPECS/asterisk.spec:1.96
--- SPECS/asterisk.spec:1.95	Tue Sep 25 10:42:14 2007
+++ SPECS/asterisk.spec	Wed Sep 26 09:18:21 2007
@@ -196,7 +196,8 @@
 
 %post
 /sbin/chkconfig --add asterisk
-%service asterisk restart "Asterisk daemon"
+# this was insane; breaking all current calls
+#%%service asterisk restart "Asterisk daemon"
 
 %preun
 if [ "$1" = "0" ]; then
@@ -280,6 +281,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.96  2007/09/26 07:18:21  arekm
+- don't restart anything automaticly
+
 Revision 1.95  2007/09/25 08:42:14  arekm
 - up to 1.4.11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asterisk.spec?r1=1.95&r2=1.96&f=u



More information about the pld-cvs-commit mailing list