From 19d88c92d76bf0c3fc310599a2d3572c1ff50691 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Wed, 27 Apr 2011 19:34:04 +0200 Subject: [PATCH] - dodana man stranica - lintian fixevi --- debian/changelog | 1 + debian/install | 1 + debian/postinst | 2 +- debian/postrm | 2 +- update-monit.d.8.gz | Bin 0 -> 429 bytes 5 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 update-monit.d.8.gz diff --git a/debian/changelog b/debian/changelog index 30e3790..82f31af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 27 Apr 2011 19:01:48 +0200 diff --git a/debian/install b/debian/install index 102b8fd..d592ff6 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,3 @@ monit-cn /usr/share update-monit.d /usr/sbin +update-monit.d.8.gz usr/share/man/man1 diff --git a/debian/postinst b/debian/postinst index f43d933..96b5e67 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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. diff --git a/debian/postrm b/debian/postrm index f50d277..61eaa07 100755 --- a/debian/postrm +++ b/debian/postrm @@ -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 index 0000000000000000000000000000000000000000..5e88962fb344f0017d7a5140754492bd3617e231 GIT binary patch literal 429 zcmV;e0aE@SiwFo(Q@Bk419fm@VRU6JZEtRAbS`8rF#v^9T}#6-6n)RHxD+20G&o-r z5wV-a4ebX@CknpAHeG{lQj*l_zxOtqIQO7^DLpwoANPg^5OdY>wSd7$=Y)dSPq>xp zO~bu5y^;l7y&1usHaD|ynFvQ~b4_SIhrTPh6DO@!($NwwAQ*;$7ThRL3LpqOBO5q7 zKZdi@$pnFw6$WOyZMiCKKq#9-62=jEsiu2sFI9H3b%1!ppwOz4>)voDwE`#Ft{D%J z!C$!*UW`2_X~q_eP*o9H@fK#}x9|qd@g@Bqw-K8y7g@eYlRYNz-sw^}Q8)`yS;w13 zl(16r1F*)sEQAH@u}x_=G0E?kgLE}?+@OT6_A0EotA#Lk?&%Z&@9`} zR%$d<+CgsxhWH#kc#B~Tsu-~7ThvGyCshkH_9G{aRHGjDPJLxY68()t$>U;~CUKPH zyXaFGXAco!9AgQz!>e-X6YY!`{Br<*kD5ghgbyqox9usoH literal 0 HcmV?d00001 -- 1.7.10.4