aboutsummaryrefslogtreecommitdiff
path: root/mail/ovs
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 /mail/ovs
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 'mail/ovs')
-rw-r--r--mail/ovs/files/ovs.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ovs/files/ovs.in b/mail/ovs/files/ovs.in
index 1c8e16be08ad..8dabbc632342 100644
--- a/mail/ovs/files/ovs.in
+++ b/mail/ovs/files/ovs.in
@@ -15,7 +15,8 @@
name="ovs"
rcvar=ovs_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