diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-06 00:28:43 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-06 00:28:43 +0000 |
commit | dae082c95897ea9e3bf31e8c00259529958cae4d (patch) | |
tree | 064a3b25bd22f00aecb92267a8a37b3b2bcc0446 /mail/ovs | |
parent | 9aac569eaa031e27191a3f4165b389a17f467ad2 (diff) |
Notes
Diffstat (limited to 'mail/ovs')
-rw-r--r-- | mail/ovs/files/ovs.in | 3 |
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 |