Priority: optional
Maintainer: Dinko Korunic <kreator@CARNet.hr>
Build-Depends: debhelper (>= 4)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
Package: monit-cn
Architecture: all
-Depends: monit (>= 1:4.10.1-4), carnet-tools-cn (>= 2.8.1), awk
+Depends: monit (>= 1:4.10.1-4), carnet-tools-cn (>= 2.8.1), gawk | mawk
Description: A utility for monitoring and managing daemons or similar programs
monit is a utility for monitoring and managing daemons or similar
programs running on a Unix system. It will start specified programs
--- /dev/null
+Copyright:
+
+ Copyright (C) 2009 Dinko Korunic, CARNet, Grupa za izradu paketa
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 2.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+On Debian GNU systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL-2'.
# 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
+kill -SIGHUP 1
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
pkill -9 -f /usr/sbin/monit || true
# reload init
-kill -HUP 1
+kill -SIGHUP 1
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.