Page MenuHomeFreeBSD

D16373.id.diff
No OneTemporary

D16373.id.diff

Index: head/ObsoleteFiles.inc
===================================================================
--- head/ObsoleteFiles.inc
+++ head/ObsoleteFiles.inc
@@ -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
Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -76,10 +76,6 @@
BIN1+= amd.map
.endif
-.if ${MK_APM} != "no"
-BIN1+= apmd.conf
-.endif
-
.if ${MK_AUTOFS} != "no"
BIN1+= auto_master
.endif
Index: head/etc/rc.d/Makefile
===================================================================
--- head/etc/rc.d/Makefile
+++ head/etc/rc.d/Makefile
@@ -157,7 +157,6 @@
.if ${MK_APM} != "no"
FILESGROUPS+= APM
APM+= apm
-APM+= apmd
APMPACKAGE= apm
.endif

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 10:51 AM (9 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15570888
Default Alt Text
D16373.id.diff (988 B)

Event Timeline