pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/isc-dhcrelay4/files



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Aug  5 20:09:27 UTC 2017

Modified Files:
        pkgsrc/net/isc-dhcrelay4/files: isc_dhcrelay.sh

Log Message:
Fix rc script ordering to prevent a circular dependency. From Uwe Toenjes
in PR pkg/52095.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh
diff -u pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh:1.1 pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh:1.2
--- pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh:1.1  Sun Jan  4 01:00:09 2009
+++ pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh      Sat Aug  5 20:09:27 2017
@@ -1,11 +1,10 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: isc_dhcrelay.sh,v 1.1 2009/01/04 01:00:09 adrianp Exp $
+# $NetBSD: isc_dhcrelay.sh,v 1.2 2017/08/05 20:09:27 bsiegert Exp $
 #
 
 # PROVIDE: dhcrelay
-# REQUIRE: DAEMON
-# BEFORE:  NETWORKING
+# REQUIRE: NETWORKING
 #
 #      Note that there no syslog logging of dhclient messages at boot because
 #      dhclient needs to start before services that syslog depends upon do.



Home | Main Index | Thread Index | Old Index