Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 05:41:18 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278053 - head/etc/rc.d
Message-ID:  <201502020541.t125fIAS050070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502020541.t125fIAS050070>