[Pkg-nagios-changes] [pkg-nagios] r1634 - nagios-nrpe/trunk/debian
Alexander Wirt
formorer at alioth.debian.org
Sat Mar 21 08:37:50 UTC 2009
Author: formorer
Date: 2009-03-21 08:37:49 +0000 (Sat, 21 Mar 2009)
New Revision: 1634
Removed:
nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postinst
nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postrm
Modified:
nagios-nrpe/trunk/debian/changelog
Log:
They do nothing, so remove them.
Modified: nagios-nrpe/trunk/debian/changelog
===================================================================
--- nagios-nrpe/trunk/debian/changelog 2009-03-21 08:34:21 UTC (rev 1633)
+++ nagios-nrpe/trunk/debian/changelog 2009-03-21 08:37:49 UTC (rev 1634)
@@ -2,7 +2,7 @@
* Sync homedirectory of the nagios user with the nagios3 package
(Closes: #479051)
- * Removed calls to update-nagios from post* scripts
+ * Removed now empty nagios-nrpe-plugins.post* scripts
-- Alexander Wirt <formorer at debian.org> Sat, 21 Mar 2009 09:33:39 +0100
Deleted: nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postinst
===================================================================
--- nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postinst 2009-03-21 08:34:21 UTC (rev 1633)
+++ nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postinst 2009-03-21 08:37:49 UTC (rev 1634)
@@ -1,48 +0,0 @@
-#! /bin/sh
-# postinst script for nagios-nrpe
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
- configure)
-
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
Deleted: nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postrm
===================================================================
--- nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postrm 2009-03-21 08:34:21 UTC (rev 1633)
+++ nagios-nrpe/trunk/debian/nagios-nrpe-plugin.postrm 2009-03-21 08:37:49 UTC (rev 1634)
@@ -1,37 +0,0 @@
-#! /bin/sh
-# postrm script for nagios-nrpe
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
More information about the Pkg-nagios-changes
mailing list