mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
package from NTNU - Norwegian University of Science and Technology. This port is work-in-progress, currently. Sponsored by: University of Tromsø
10 lines
400 B
Python
10 lines
400 B
Python
--- 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'
|