aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in')
-rw-r--r--net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in b/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in
deleted file mode 100644
index 2e04bc1889e1..000000000000
--- a/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- ;;