From afbf5f47aae5693804f9a4da8c26f1dfc266e5d1 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Tue, 23 Nov 2004 07:29:45 +0000 Subject: Add NAV (Network Administration Visualized), a network administration package from NTNU - Norwegian University of Science and Technology. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This port is work-in-progress, currently. Sponsored by: University of Tromsø --- net-mgmt/nav/files/patch-subsystem-startstop-startstop.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-mgmt/nav/files/patch-subsystem-startstop-startstop.py (limited to 'net-mgmt/nav/files/patch-subsystem-startstop-startstop.py') 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' -- cgit v1.2.3