- dodana man stranica
authorDinko Korunic <kreator@carnet.hr>
Wed, 27 Apr 2011 17:34:04 +0000 (19:34 +0200)
committerDinko Korunic <kreator@carnet.hr>
Wed, 27 Apr 2011 17:34:04 +0000 (19:34 +0200)
- lintian fixevi

debian/changelog
debian/install
debian/postinst
debian/postrm
update-monit.d.8.gz [new file with mode: 0644]

index 30e3790..82f31af 100644 (file)
@@ -2,6 +2,7 @@ monit-cn (1:5.1.2) stable; urgency=low
 
   * lintian fixevi
   * #23264: monit-cn/squeeze: konfiguracija
+  * napisana man stranica za update-monit.d(8)
 
  -- Dinko Korunic <kreator@carnet.hr>  Wed, 27 Apr 2011 19:01:48 +0200
 
index 102b8fd..d592ff6 100644 (file)
@@ -1,2 +1,3 @@
 monit-cn /usr/share
 update-monit.d /usr/sbin
+update-monit.d.8.gz usr/share/man/man1
index f43d933..96b5e67 100755 (executable)
@@ -116,7 +116,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
-/bin/kill -HUP 1
+kill -HUP 1
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
index f50d277..61eaa07 100755 (executable)
@@ -44,7 +44,7 @@ echo "CN: Stopping monit service"
 pkill -9 -f /usr/sbin/monit || true
 
 # reload init
-/bin/kill -SIGHUP 1
+kill -SIGHUP 1
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
diff --git a/update-monit.d.8.gz b/update-monit.d.8.gz
new file mode 100644 (file)
index 0000000..5e88962
Binary files /dev/null and b/update-monit.d.8.gz differ