Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157562289
D16380.id45660.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16380.id45660.diff
View Options
Index: head/ObsoleteFiles.inc
===================================================================
--- head/ObsoleteFiles.inc
+++ head/ObsoleteFiles.inc
@@ -38,9 +38,6 @@
# 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,6 +76,12 @@
BIN1+= amd.map
.endif
+.if ${MACHINE} == "i386"
+.if ${MK_APM} != "no"
+BIN1+= apmd.conf
+.endif
+.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,6 +157,9 @@
.if ${MK_APM} != "no"
FILESGROUPS+= APM
APM+= apm
+.if ${MACHINE} == "i386"
+APM+= apmd
+.endif
APMPACKAGE= apm
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 23, 8:54 PM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33454171
Default Alt Text
D16380.id45660.diff (1 KB)
Attached To
Mode
D16380: Restore apmd.conf and rc.d/apmd
Attached
Detach File
Event Timeline
Log In to Comment