diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-20 10:11:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-20 10:11:22 +0000 |
commit | 7d921abf9f636e7cc7bc8ece1d4d65747ea317c1 (patch) | |
tree | 00e1ab4d1db6b4a767871f27457039c269d3aa37 /sbin | |
parent | daec1ec7bf6050af8bece2b282eae4d255476dae (diff) | |
download | FreeBSD-src-7d921abf9f636e7cc7bc8ece1d4d65747ea317c1.zip FreeBSD-src-7d921abf9f636e7cc7bc8ece1d4d65747ea317c1.tar.gz |
Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the
shell script's PATH setting in the environment.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 40d2a5b..8d58041 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -11,6 +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:/bin"' MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 MAN8= dhclient.8 dhclient-script.8 |