svn commit: r275318 - projects/building-blocks/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Sun Nov 30 11:55:46 UTC 2014


Author: ngie
Date: Sun Nov 30 11:55:45 2014
New Revision: 275318
URL: https://svnweb.freebsd.org/changeset/base/275318

Log:
  mountd should also be optional based on MK_NFS_SERVER

Modified:
  projects/building-blocks/etc/rc.d/Makefile

Modified: projects/building-blocks/etc/rc.d/Makefile
==============================================================================
--- projects/building-blocks/etc/rc.d/Makefile	Sun Nov 30 11:38:32 2014	(r275317)
+++ projects/building-blocks/etc/rc.d/Makefile	Sun Nov 30 11:55:45 2014	(r275318)
@@ -60,7 +60,6 @@ FILES=	DAEMON \
 	mountlate \
 	mdconfig \
 	mdconfig2 \
-	mountd \
 	msgs \
 	natd \
 	netif \
@@ -242,6 +241,7 @@ _othermta=	othermta
 .endif
 
 .if ${MK_NFS_SERVER} != "no"
+FILES+=		mountd
 FILES+=		nfscbd
 FILES+=		nfsd
 FILES+=		nfsuserd


More information about the svn-src-projects mailing list