Page MenuHomeFreeBSD

D17159.diff
No OneTemporary

D17159.diff

Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -27,10 +27,6 @@
# NB: keep these sorted by MK_* knobs
-.if ${MK_AMD} != "no"
-BIN1+= amd.map
-.endif
-
.if ${MK_LOCATE} != "no"
BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc
.endif
Index: head/etc/amd.map
===================================================================
--- head/etc/amd.map
+++ head/etc/amd.map
@@ -1,4 +0,0 @@
-# $FreeBSD$
-#
-/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}
-* opts:=rw,grpid,resvport,vers=3,proto=tcp,nosuid,nodev
Index: head/usr.sbin/amd/amd/Makefile
===================================================================
--- head/usr.sbin/amd/amd/Makefile
+++ head/usr.sbin/amd/amd/Makefile
@@ -10,6 +10,7 @@
.PATH: ${SRCTOP}/contrib/amd/amd
+CONFS= amd.map
PROG= amd
MAN= amd.8
SRCS= am_ops.c amd.c amfs_auto.c amfs_direct.c amfs_error.c amfs_generic.c
Index: head/usr.sbin/amd/amd/amd.map
===================================================================
--- head/usr.sbin/amd/amd/amd.map
+++ head/usr.sbin/amd/amd/amd.map
@@ -0,0 +1,4 @@
+# $FreeBSD$
+#
+/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}
+* opts:=rw,grpid,resvport,vers=3,proto=tcp,nosuid,nodev

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 25, 11:43 PM (19 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32129144
Default Alt Text
D17159.diff (1 KB)

Event Timeline