svn commit: r278053 - head/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Mon Feb 2 05:41:18 UTC 2015


Author: ngie
Date: Mon Feb  2 05:41:17 2015
New Revision: 278053
URL: https://svnweb.freebsd.org/changeset/base/278053

Log:
  Remove hostapd and wpa_supplicant from FILES so they're installed conditionally
  if MK_WIRELESS != no
  
  MFC after: 3 days
  X-MFC with: r277740

Modified:
  head/etc/rc.d/Makefile

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Mon Feb  2 05:17:26 2015	(r278052)
+++ head/etc/rc.d/Makefile	Mon Feb  2 05:41:17 2015	(r278053)
@@ -43,7 +43,6 @@ FILES=	DAEMON \
 	growfs \
 	gssd \
 	${_hcsecd} \
-	hostapd \
 	hostid \
 	hostid_save \
 	hostname \
@@ -137,7 +136,6 @@ FILES=	DAEMON \
 	var \
 	virecover \
 	watchdogd \
-	wpa_supplicant \
 	ypbind \
 	yppasswdd \
 	ypserv \


More information about the svn-src-head mailing list