diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-11-23 07:29:45 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-11-23 07:29:45 +0000 |
commit | afbf5f47aae5693804f9a4da8c26f1dfc266e5d1 (patch) | |
tree | 3afb321ed43ba5dba65bbfac5523ebe9cdfdc9db /net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in | |
parent | Marked as broken again. (diff) |
Add NAV (Network Administration Visualized), a network administration
package from NTNU - Norwegian University of Science and Technology.
This port is work-in-progress, currently.
Sponsored by: University of Tromsø
Notes
Notes:
svn path=/head/; revision=122205
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; + ;; |