=== modified file 'debian/copyright' --- debian/copyright 2012-05-24 18:10:10 +0000 +++ debian/copyright 2012-06-01 21:48:12 +0000 @@ -5,7 +5,7 @@ Files: * Copyright: Copyright © 2008-2012 Teddy Hogeborn -Copyright: Copyright © 2008-2012 Björn Påhlsson + Copyright © 2008-2012 Björn Påhlsson License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as === modified file 'debian/mandos-client.README.Debian' --- debian/mandos-client.README.Debian 2012-01-01 04:52:07 +0000 +++ debian/mandos-client.README.Debian 2012-06-01 21:48:12 +0000 @@ -56,7 +56,7 @@ the interface (see mandos-client(8mandos)) and placing it in "/etc/mandos/network-hooks.d", from where it will be copied into the initial RAM disk. Example network hook scripts can be found in - "/usr/share/doc/mandos-client/network-hooks.d". + "/usr/share/doc/mandos-client/examples/network-hooks.d". * User-Supplied Plugins @@ -90,4 +90,4 @@ work, "--options-for=mandos-client:--connect=
:" needs to be manually added to the file "/etc/mandos/plugin-runner.conf". - -- Teddy Hogeborn , Mon, 28 Nov 2011 23:07:22 +0100 + -- Teddy Hogeborn , Fri, 1 Jun 2012 23:46:13 +0200 === modified file 'debian/mandos-client.docs' --- debian/mandos-client.docs 2011-11-27 02:32:20 +0000 +++ debian/mandos-client.docs 2012-06-01 21:48:12 +0000 @@ -1,4 +1,3 @@ NEWS README TODO -network-hooks.d === added file 'debian/mandos-client.examples' --- debian/mandos-client.examples 1970-01-01 00:00:00 +0000 +++ debian/mandos-client.examples 2012-06-01 21:48:12 +0000 @@ -0,0 +1,1 @@ +network-hooks.d === modified file 'debian/rules' --- debian/rules 2012-02-21 21:20:12 +0000 +++ debian/rules 2012-06-01 21:48:12 +0000 @@ -79,6 +79,7 @@ dh_testroot dh_installchangelogs dh_installdocs + dh_installexamples dh_link dh_strip dh_compress @@ -86,7 +87,7 @@ --exclude etc/mandos/clients.conf \ --exclude etc/mandos/plugins.d \ --exclude usr/lib/mandos/plugins.d \ - --exclude usr/share/doc/mandos-client/network-hooks.d + --exclude usr/share/doc/mandos-client/examples/network-hooks.d dh_installdeb dh_shlibdeps dh_gencontrol === modified file 'init.d-mandos' --- init.d-mandos 2011-10-05 16:00:56 +0000 +++ init.d-mandos 2012-06-01 21:48:12 +0000 @@ -149,6 +149,9 @@ ;; esac ;; + status) + status_of_proc "$DAEMON" "$NAME" -p "$PIDFILE" + ;; *) #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2