Merge lp:~xnox/ubuntu/quantal/nagios-nrpe/merge into lp:ubuntu/quantal/nagios-nrpe

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 14
Proposed branch: lp:~xnox/ubuntu/quantal/nagios-nrpe/merge
Merge into: lp:ubuntu/quantal/nagios-nrpe
Diff against target: 86 lines (+29/-14)
5 files modified
debian/TODO (+5/-0)
debian/changelog (+21/-0)
debian/control (+1/-1)
debian/nagios-nrpe-server.init (+2/-4)
debian/nagios-nrpe-server.postrm (+0/-9)
To merge this branch: bzr merge lp:~xnox/ubuntu/quantal/nagios-nrpe/merge
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+104515@code.launchpad.net

Description of the change

 nagios-nrpe (2.12-6ubuntu1) quantal; urgency=low
 .
   * Merge with Debian; remaining changes:
     - debian/{rules,control}: add hardening-includes to gain PIE
       security builds.
     - Use dpkg-buildflags.
   * Changes gained from Debian:
     - [4dc53fb] Use retry argument for start-stop-daemon when stopping nrpe
     (LP: #896388)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/TODO'
2--- debian/TODO 1970-01-01 00:00:00 +0000
3+++ debian/TODO 2012-05-03 10:14:07 +0000
4@@ -0,0 +1,5 @@
5+TODO
6+====
7+
8+
9+Add a nagios-common package which ships a user and homedir
10
11=== modified file 'debian/changelog'
12--- debian/changelog 2011-10-18 15:09:21 +0000
13+++ debian/changelog 2012-05-03 10:14:07 +0000
14@@ -1,3 +1,24 @@
15+nagios-nrpe (2.12-6ubuntu1) quantal; urgency=low
16+
17+ * Merge with Debian; remaining changes:
18+ - debian/{rules,control}: add hardening-includes to gain PIE
19+ security builds.
20+ - Use dpkg-buildflags.
21+ * Changes gained from Debian:
22+ - [4dc53fb] Use retry argument for start-stop-daemon when stopping nrpe
23+ (LP: #896388)
24+
25+ -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Thu, 03 May 2012 10:59:22 +0100
26+
27+nagios-nrpe (2.12-6) unstable; urgency=low
28+
29+ * [36b1062] Add add icinga to the list of recommends
30+ * [a698acb] Don't remove homedirectory of the nagios user (Closes: #665845)
31+ * [4dc53fb] Use retry argument for start-stop-daemon when stopping nrpe
32+ (Closes: #650464)
33+
34+ -- Alexander Wirt <formorer@debian.org> Mon, 30 Apr 2012 09:25:45 +0200
35+
36 nagios-nrpe (2.12-5ubuntu1) precise; urgency=low
37
38 * Merge with Debian; remaining changes:
39
40=== modified file 'debian/control'
41--- debian/control 2011-10-18 15:09:21 +0000
42+++ debian/control 2012-05-03 10:14:07 +0000
43@@ -26,7 +26,7 @@
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Conflicts: nagios-nrpe-doc
47-Recommends: nagios3
48+Recommends: nagios3 | icinga
49 Description: Nagios Remote Plugin Executor Plugin
50 Nagios is a host/service/network monitoring and management system.
51 .
52
53=== modified file 'debian/nagios-nrpe-server.init'
54--- debian/nagios-nrpe-server.init 2011-10-18 15:09:21 +0000
55+++ debian/nagios-nrpe-server.init 2012-05-03 10:14:07 +0000
56@@ -59,14 +59,12 @@
57 ;;
58 stop)
59 log_daemon_msg "Stopping $DESC" "$NAME"
60- start-stop-daemon --stop --quiet --oknodo --pidfile $PIDDIR/nrpe.pid
61+ start-stop-daemon --stop --quiet --oknodo --pidfile $PIDDIR/nrpe.pid --retry 15
62 log_end_msg $?
63- #sometimes deleting the pidfile fails. cleanup afterwards.
64- test -e $PIDDIR/nrpe.pid && rm $PIDDIR/nrpe.pid
65 ;;
66 reload|force-reload)
67 log_daemon_msg "Reloading $DESC configuration files" "$NAME"
68- start-stop-daemon --stop --signal HUP --quiet --pidfile $PIDDIR/nrpe.pid
69+ start-stop-daemon --stop --signal HUP --quiet --pidfile $PIDDIR/nrpe.pid
70 log_end_msg $?
71 ;;
72 status)
73
74=== removed file 'debian/nagios-nrpe-server.postrm'
75--- debian/nagios-nrpe-server.postrm 2009-07-06 07:08:26 +0000
76+++ debian/nagios-nrpe-server.postrm 1970-01-01 00:00:00 +0000
77@@ -1,9 +0,0 @@
78-#!/bin/sh
79-set -e
80-
81-if [ "$1" = purge ]; then
82- test -d /var/lib/nagios && rmdir /var/lib/nagios || true #ignore non-failure errors
83-fi
84-
85-#DEBHELPER#
86-

Subscribers

People subscribed via source and target branches