mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 17:53:08 +00:00
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.
This commit is contained in:
parent
b993bfc211
commit
f063845519
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63732
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user