- koristenje telinit umjesto kill (hvala Ljubomiru) v5.1.2
authorDinko Korunic <kreator@carnet.hr>
Wed, 11 May 2011 18:11:49 +0000 (20:11 +0200)
committerDinko Korunic <kreator@carnet.hr>
Wed, 11 May 2011 18:11:49 +0000 (20:11 +0200)
debian/changelog
debian/postinst
debian/postrm

index ce75485..2cc4ced 100644 (file)
@@ -5,6 +5,7 @@ monit-cn (1:5.1.2) stable; urgency=low
   * napisana man stranica za update-monit.d(8)
   * migracija na novi oblik alerting pravila, but not on { instance } umjesto
     rucnog navodjenja svih pravila za alerting
+  * koristenje telinit umjesto kill -HUP 1
 
  -- Dinko Korunic <kreator@carnet.hr>  Wed, 27 Apr 2011 19:01:48 +0200
 
index c985739..25a4a2f 100755 (executable)
@@ -109,7 +109,7 @@ fi
 # reload init, since we have new configuration
 echo "CN: (Re)starting monit service, please check /var/log/daemon.log"
 pkill -9 -f '/usr/sbin/monit$' || true
-kill -HUP 1
+telinit q
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
index 61eaa07..7bdffff 100755 (executable)
@@ -44,7 +44,7 @@ echo "CN: Stopping monit service"
 pkill -9 -f /usr/sbin/monit || true
 
 # reload init
-kill -SIGHUP 1
+telinit q
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.