diff options
Diffstat (limited to 'net-mgmt/nav/files/patch-subsystem-startstop-startstop.py')
-rw-r--r-- | net-mgmt/nav/files/patch-subsystem-startstop-startstop.py | 10 |
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' |