]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- don't restart anything automaticly
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Sep 2007 07:18:21 +0000 (07:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.96

asterisk.spec

index 216da45f105a5c8adeaf101fe159cba4d4df5dca..fef6e365a45907bfcbdb9350e9f5e14bd8670287 100644 (file)
@@ -195,7 +195,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.032965 seconds and 4 git commands to generate.