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/relay Pull up differences between 1.4 and...



details:   https://anonhg.NetBSD.org/src/rev/72b083f8d703
branches:  netbsd-1-5
changeset: 488638:72b083f8d703
user:      mellon <mellon%NetBSD.org@localhost>
date:      Sat Jul 22 05:01:23 2000 +0000

description:
Pull up differences between 1.4 and 1.5

diffstat:

 usr.sbin/dhcp/relay/dhcrelay.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 44a8b2b50d6f -r 72b083f8d703 usr.sbin/dhcp/relay/dhcrelay.c
--- a/usr.sbin/dhcp/relay/dhcrelay.c    Sat Jul 22 05:00:54 2000 +0000
+++ b/usr.sbin/dhcp/relay/dhcrelay.c    Sat Jul 22 05:01:23 2000 +0000
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.4 2000/06/10 18:17:21 mellon Exp $ Copyright (c) 1997-2000 Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.4.2.1 2000/07/22 05:01:23 mellon Exp $ Copyright (c) 1997-2000 Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -124,6 +124,7 @@
        int no_daemon = 0;
        int quiet = 0;
        isc_result_t status;
+       char *s;
 
 #ifdef SYSLOG_4_2
        openlog ("dhcrelay", LOG_NDELAY);
@@ -214,6 +215,10 @@
                }
        }
 
+       if ((s = getenv ("PATH_DHCRELAY_PID"))) {
+               path_dhcrelay_pid = s;
+       }
+
        if (!quiet) {
                log_info ("%s %s", message, DHCP_VERSION);
                log_info (copyright);



Home | Main Index | Thread Index | Old Index