summaryrefslogtreecommitdiff
path: root/net/isc-dhcp3/files/patch-clparse.c
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-18 08:50:54 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-18 08:50:54 +0000
commit3457a02a10e00f2c61e182b32b9e837fa6631130 (patch)
tree2ed1cfe41ffcd64d13eb38593e9c8c412d1930f1 /net/isc-dhcp3/files/patch-clparse.c
parentAdd pango - an open-source framework for rendering i18n text. It will be (diff)
- depend on res_update.h rather on libbind.a, to catch a bind8 that
has res_update.h - older versions of bind didn't have this file but had libbind.8 - needed for nsupdate - Adjust more PREFIX handling - Add dhcp3-specials + WWW to DESCR Submitted by: Cyrille Lefevre <clefevre%no-spam@citeweb.net> Approved by: obrien
Notes
Notes: svn path=/head/; revision=30779
Diffstat (limited to '')
-rw-r--r--net/isc-dhcp3/files/patch-clparse.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/isc-dhcp3/files/patch-clparse.c b/net/isc-dhcp3/files/patch-clparse.c
new file mode 100644
index 000000000000..771afc5e0e5a
--- /dev/null
+++ b/net/isc-dhcp3/files/patch-clparse.c
@@ -0,0 +1,11 @@
+--- client/clparse.c.orig Wed May 10 02:20:11 2000
++++ client/clparse.c Wed May 10 02:20:31 2000
+@@ -74,7 +74,7 @@
+ top_level_config.backoff_cutoff = 15;
+ top_level_config.initial_interval = 3;
+ top_level_config.bootp_policy = P_ACCEPT;
+- top_level_config.script_name = "/etc/dhclient-script";
++ top_level_config.script_name = CL_DEFAULT_SCRIPT_NAME;
+ top_level_config.requested_options = default_requested_options;
+
+ top_level_config.on_receipt = new_group ("read_client_conf");