From f06384551913b779a93ecdaea68b57907069b151 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 21 Jul 2000 19:08:22 +0000 Subject: [PATCH] Blah, need to add /usr/bin to the path also. Of course this is a bug in that the dhclient script will not work properly if one has a local / and an NFS mounted /usr and needs to obtain its IP address via DHCP before being able to mount /usr. --- sbin/dhclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 49d655eadecf..b6a73e8c18b1 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -11,7 +11,7 @@ SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \ parse.c print.c raw.c socket.c tables.c tree.c upf.c CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR} -CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/usr/sbin:/bin"' +CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 MAN8= dhclient.8 dhclient-script.8