svn commit: r301479 - in head: etc/mtree share/examples

Marcelo Araujo araujo at FreeBSD.org
Mon Jun 6 02:43:43 UTC 2016


Author: araujo
Date: Mon Jun  6 02:43:41 2016
New Revision: 301479
URL: https://svnweb.freebsd.org/changeset/base/301479

Log:
  Install/Connect ypldap.conf(5) on examples.

Modified:
  head/etc/mtree/BSD.usr.dist
  head/share/examples/Makefile

Modified: head/etc/mtree/BSD.usr.dist
==============================================================================
--- head/etc/mtree/BSD.usr.dist	Mon Jun  6 00:35:45 2016	(r301478)
+++ head/etc/mtree/BSD.usr.dist	Mon Jun  6 02:43:41 2016	(r301479)
@@ -425,6 +425,8 @@
             ..
             uefisign
             ..
+            ypldap
+            ..
         ..
         firmware
         ..

Modified: head/share/examples/Makefile
==============================================================================
--- head/share/examples/Makefile	Mon Jun  6 00:35:45 2016	(r301478)
+++ head/share/examples/Makefile	Mon Jun  6 02:43:41 2016	(r301479)
@@ -37,7 +37,8 @@ LDIRS=	BSD_daemon \
 	ses \
 	scsi_target \
 	sunrpc \
-	uefisign
+	uefisign \
+	ypldap
 
 XFILES=	BSD_daemon/FreeBSD.pfa \
 	BSD_daemon/README \
@@ -192,7 +193,8 @@ XFILES=	BSD_daemon/FreeBSD.pfa \
 	sunrpc/sort/rsort.c \
 	sunrpc/sort/sort.x \
 	sunrpc/sort/sort_proc.c \
-	uefisign/uefikeys
+	uefisign/uefikeys \
+	ypldap/ypldap.conf
 
 BINDIR= ${SHAREDIR}/examples
 


More information about the svn-src-all mailing list