mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
dbf330cfa8
PR: 24911 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - new maintainer
12 lines
301 B
C
12 lines
301 B
C
--- client/clparse.c.orig Thu Jan 25 09:17:17 2001
|
|
+++ client/clparse.c Fri Jan 26 06:11:01 2001
|
|
@@ -50,7 +50,7 @@
|
|
|
|
static TIME parsed_time;
|
|
|
|
-char client_script_name [] = "/etc/dhclient-script";
|
|
+const char *client_script_name = CL_DEFAULT_SCRIPT_NAME;
|
|
|
|
struct client_config top_level_config;
|
|
|