aboutsummaryrefslogtreecommitdiff
path: root/dns/bindgraph
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-06 00:28:43 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-06 00:28:43 +0000
commitdae082c95897ea9e3bf31e8c00259529958cae4d (patch)
tree064a3b25bd22f00aecb92267a8a37b3b2bcc0446 /dns/bindgraph
parent9aac569eaa031e27191a3f4165b389a17f467ad2 (diff)
downloadports-dae082c95897ea9e3bf31e8c00259529958cae4d.tar.gz
ports-dae082c95897ea9e3bf31e8c00259529958cae4d.zip
Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1 | v command=foo command_args='>/dev/null 2>&1' This is clearly what should have been done, for several reasons. No PORTREVISION bump because the old version simply ignored everything after the space, and does not seem to have done any harm. However it's good to clean these up so that similar errors aren't pasted into a new script where they might actually matter.
Notes
Notes: svn path=/head/; revision=302142
Diffstat (limited to 'dns/bindgraph')
-rw-r--r--dns/bindgraph/files/bindgraph.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/bindgraph/files/bindgraph.in b/dns/bindgraph/files/bindgraph.in
index 62b0fd34d204..42f4f4315bf2 100644
--- a/dns/bindgraph/files/bindgraph.in
+++ b/dns/bindgraph/files/bindgraph.in
@@ -15,7 +15,8 @@
name="bindgraph"
rcvar=bindgraph_enable
-command=%%PREFIX%%/sbin/${name}.pl > /dev/null 2>&1
+command=%%PREFIX%%/sbin/${name}.pl
+command_args='> /dev/null 2>&1'
command_interpreter=/usr/bin/perl
stop_postcmd=stop_postcmd