diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-21 19:08:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-21 19:08:22 +0000 |
commit | 9332d677a964ae417656b3e03f4496dbf55152de (patch) | |
tree | 2a58f966d0e56d9d2d2872529160590755040850 /sbin | |
parent | ccad637f7a6f37e69d3850e643038202c6b72c0d (diff) | |
download | FreeBSD-src-9332d677a964ae417656b3e03f4496dbf55152de.zip FreeBSD-src-9332d677a964ae417656b3e03f4496dbf55152de.tar.gz |
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.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 49d655e..b6a73e8 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 |