summaryrefslogtreecommitdiff
path: root/net-mgmt/nav/files/patch-subsystem-startstop-startstop.py
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2004-11-23 07:29:45 +0000
committerAnders Nordby <anders@FreeBSD.org>2004-11-23 07:29:45 +0000
commitafbf5f47aae5693804f9a4da8c26f1dfc266e5d1 (patch)
tree3afb321ed43ba5dba65bbfac5523ebe9cdfdc9db /net-mgmt/nav/files/patch-subsystem-startstop-startstop.py
parentMarked 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-startstop-startstop.py')
-rw-r--r--net-mgmt/nav/files/patch-subsystem-startstop-startstop.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nav/files/patch-subsystem-startstop-startstop.py b/net-mgmt/nav/files/patch-subsystem-startstop-startstop.py
new file mode 100644
index 000000000000..49260ed18f48
--- /dev/null
+++ b/net-mgmt/nav/files/patch-subsystem-startstop-startstop.py
@@ -0,0 +1,10 @@
+--- subsystem/startstop/startstop.py.orig Sat Nov 20 14:56:54 2004
++++ subsystem/startstop/startstop.py Sat Nov 20 14:58:56 2004
+@@ -253,6 +253,7 @@
+
+ initBlock.append('BINDIR=' + BINDIR)
+ initBlock.append('LOCALSTATEDIR=' + LOCALSTATEDIR)
++ initBlock.append('PATH=/usr/bin:/bin:/usr/local/bin')
+
+ # Set up a default MAILTO directive
+ mailto='root@localhost'