Module Name:    src
Committed By:   roy
Date:           Mon Jul  2 15:10:43 UTC 2018

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
Remove dhclient references.


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/usr.sbin/postinstall/postinstall

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

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.216 src/usr.sbin/postinstall/postinstall:1.217
--- src/usr.sbin/postinstall/postinstall:1.216	Mon Jul 10 00:27:32 2017
+++ src/usr.sbin/postinstall/postinstall	Mon Jul  2 15:10:43 2018
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.216 2017/07/10 00:27:32 simonb Exp $
+# $NetBSD: postinstall,v 1.217 2018/07/02 15:10:43 roy Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -41,8 +41,7 @@
 #
 # checks to add:
 #	- sysctl(8) renames (net.inet6.ip6.bindv6only -> net.inet6.ip6.v6only)
-#	- de* -> tlp* migration (/etc/ifconfig.de*, $ifconfig_de*,
-#	  dhclient.conf, ...) ?
+#	- de* -> tlp* migration (/etc/ifconfig.de*, $ifconfig_de*, ...) ?
 #	- support quiet/verbose mode ?
 #	- differentiate between failures caused by missing source
 #	  and real failures
@@ -1375,7 +1374,6 @@ cgd
 cleartmp
 cron
 devpubd
-dhclient
 dhcpcd
 dhcpd
 dhcrelay

Reply via email to