Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/dhcp/client Pull up differences between 1.6 an...
details: https://anonhg.NetBSD.org/src/rev/846b2936f170
branches: netbsd-1-5
changeset: 488640:846b2936f170
user: mellon <mellon%NetBSD.org@localhost>
date: Sat Jul 22 05:02:10 2000 +0000
description:
Pull up differences between 1.6 and 1.7
diffstat:
usr.sbin/dhcp/client/clparse.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r cd9013374e57 -r 846b2936f170 usr.sbin/dhcp/client/clparse.c
--- a/usr.sbin/dhcp/client/clparse.c Sat Jul 22 05:01:52 2000 +0000
+++ b/usr.sbin/dhcp/client/clparse.c Sat Jul 22 05:02:10 2000 +0000
@@ -43,13 +43,15 @@
#ifndef lint
static char copyright[] =
-"$Id: clparse.c,v 1.5.2.1 2000/07/10 19:58:45 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: clparse.c,v 1.5.2.2 2000/07/22 05:02:10 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
static TIME parsed_time;
+char client_script_name [] = "/etc/dhclient-script";
+
struct client_config top_level_config;
u_int32_t default_requested_options [] = {
@@ -94,7 +96,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 = client_script_name;
top_level_config.requested_options = default_requested_options;
top_level_config.omapi_port = -1;
Home |
Main Index |
Thread Index |
Old Index