[Pkg-nagios-changes] [pkg-nagios-plugins] 10/13: fix syntax error
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:14:29 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to tag debian/1.4-6sarge2
in repository pkg-nagios-plugins.
commit a6f91a37b75c9e66878220259aee553ea2c070d1
Author: Sean Finney <seanius at debian.org>
Date: Fri Feb 15 20:14:14 2008 +0000
fix syntax error
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 33cb065..8310b5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,8 @@ config.status: configure
export PATH=$(PATH)
dh_testdir
@if ! mount | grep -qw /proc; then \
- echo "E: /proc must be mounted" >&2 \
- exit 1
+ echo "E: /proc must be mounted" >&2; \
+ exit 1; \
fi
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" PATH_TO_MAILQ="/usr/bin/mailq" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib/nagios/plugins --with-nagios-user=nagios --with-nagios-group=nagios --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin --with-df-command="/bin/df -Pk" --with-ping-command="/bin/ping -n -U -w %d -c %d %s" --with-ping6-command="/bin/ping6 -n -U -c %d %s"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list