blob: 5685880761f88b28f02b4694a9662cd0750ecac7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- config-freebsd.orig Mon Jan 26 04:50:56 2004
+++ config-freebsd Wed Jan 28 20:43:07 2004
@@ -1,5 +1,5 @@
find_pid_command=ps auxwwww | grep NAME | grep -v grep | awk '{ print $2 }'
-path=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
+path=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin
ld_env=LD_LIBRARY_PATH
passwd_file=/etc/master.passwd
passwd_uindex=0
|