aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/amavisd-new/files/amavisd.in3
-rw-r--r--security/xinetd/files/xinetd.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/amavisd-new/files/amavisd.in b/security/amavisd-new/files/amavisd.in
index 593d26982d81..1b8e77ffee75 100644
--- a/security/amavisd-new/files/amavisd.in
+++ b/security/amavisd-new/files/amavisd.in
@@ -19,7 +19,8 @@
name=amavisd
rcvar=amavisd_enable
-command=%%PREFIX%%/sbin/amavisd > /dev/null 2>&1
+command=%%PREFIX%%/sbin/amavisd
+command_args='> /dev/null 2>&1'
required_files=%%PREFIX%%/etc/amavisd.conf
extra_commands="reload"
diff --git a/security/xinetd/files/xinetd.in b/security/xinetd/files/xinetd.in
index 9e66788e2428..d7655b26fb18 100644
--- a/security/xinetd/files/xinetd.in
+++ b/security/xinetd/files/xinetd.in
@@ -15,7 +15,8 @@
name=xinetd
rcvar=xinetd_enable
-command=%%PREFIX%%/sbin/xinetd > /dev/null 2>&1
+command=%%PREFIX%%/sbin/xinetd
+command_args='> /dev/null 2>&1'
pidfile=/var/run/xinetd.pid
xinetd_enable=${xinetd_enable:-"NO"}