diff options
Diffstat (limited to 'net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in')
-rw-r--r-- | net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in b/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in new file mode 100644 index 000000000000..2e04bc1889e1 --- /dev/null +++ b/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in @@ -0,0 +1,11 @@ +--- subsystem/alertEngine/alertengine.in.orig Fri Nov 5 00:36:53 2004 ++++ subsystem/alertEngine/alertengine.in Fri Nov 5 00:37:07 2004 +@@ -27,7 +27,7 @@ + case "$1" in + start) + # Start daemons. +- rc= su -c "${bindir}/alertdaemon.pl start" ${user} ++ rc= su ${user} -c "${bindir}/alertdaemon.pl start" + echo + exit $rc; + ;; |