svn commit: r336572 - in head: . etc etc/rc.d

Brad Davis brd at FreeBSD.org
Sat Jul 21 00:12:43 UTC 2018


Author: brd
Date: Sat Jul 21 00:12:41 2018
New Revision: 336572
URL: https://svnweb.freebsd.org/changeset/base/336572

Log:
  Purge some old apmd files
  
  Approved by:	allanjude
  Differential Revision:	https://reviews.freebsd.org/D16373

Modified:
  head/ObsoleteFiles.inc
  head/etc/Makefile
  head/etc/rc.d/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri Jul 20 23:55:47 2018	(r336571)
+++ head/ObsoleteFiles.inc	Sat Jul 21 00:12:41 2018	(r336572)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180721: Purge some old forgotten apmd files
+OLD_FILES+=etc/apmd.conf
+OLD_FILES+=etc/rc.d/apmd
 # 20180721: move of libmlx5.so.1 and libibverbs.so.1
 OLD_LIBS+=usr/lib/libmlx5.so.1
 OLD_LIBS+=usr/lib/libibverbs.so.1

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Fri Jul 20 23:55:47 2018	(r336571)
+++ head/etc/Makefile	Sat Jul 21 00:12:41 2018	(r336572)
@@ -76,10 +76,6 @@ BSM_ETC_DIR=			${DESTDIR}/etc/security
 BIN1+= amd.map
 .endif
 
-.if ${MK_APM} != "no"
-BIN1+= apmd.conf
-.endif
-
 .if ${MK_AUTOFS} != "no"
 BIN1+=	auto_master
 .endif

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Fri Jul 20 23:55:47 2018	(r336571)
+++ head/etc/rc.d/Makefile	Sat Jul 21 00:12:41 2018	(r336572)
@@ -157,7 +157,6 @@ AMDPACKAGE=	amd
 .if ${MK_APM} != "no"
 FILESGROUPS+=	APM
 APM+=		apm
-APM+=		apmd
 APMPACKAGE=	apm
 .endif
 


More information about the svn-src-all mailing list