[Pkg-nagios-changes] [pkg-nagios] r857 - nagios-nrpe/trunk/debian
Sean Finney
seanius at costa.debian.org
Mon Mar 13 13:51:12 UTC 2006
Author: seanius
Date: 2006-03-13 13:51:12 +0000 (Mon, 13 Mar 2006)
New Revision: 857
Removed:
nagios-nrpe/trunk/debian/nagios-nrpe-server.postinst
Modified:
nagios-nrpe/trunk/debian/changelog
Log:
no reason to create nrpe_local.cfg
Modified: nagios-nrpe/trunk/debian/changelog
===================================================================
--- nagios-nrpe/trunk/debian/changelog 2006-03-13 13:39:43 UTC (rev 856)
+++ nagios-nrpe/trunk/debian/changelog 2006-03-13 13:51:12 UTC (rev 857)
@@ -5,6 +5,9 @@
[sean finney]
* (NEEDS TESTING) move away from cdbs for my own sanity.
* add build-dependency on dpatch.
+ * no longer create nrpe_local.cfg. no reason to have it.
+ * remove postinst script for nagios-nrpe-server, as all it
+ did was touch the previously mentioned file.
* upstream has incorporated the following patches:
- 02_global-cmd-prefix.dpatch
- 03_nrpe-trailing-whitespace.dpatch
Deleted: nagios-nrpe/trunk/debian/nagios-nrpe-server.postinst
===================================================================
--- nagios-nrpe/trunk/debian/nagios-nrpe-server.postinst 2006-03-13 13:39:43 UTC (rev 856)
+++ nagios-nrpe/trunk/debian/nagios-nrpe-server.postinst 2006-03-13 13:51:12 UTC (rev 857)
@@ -1,50 +0,0 @@
-#! /bin/sh
-# postinst script for nagios-nrpe-server
-#
-# 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)
-
- touch /etc/nagios/nrpe_local.cfg
-
- ;;
-
- 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
-
-
More information about the Pkg-nagios-changes
mailing list