svn commit: r282975 - in stable/10: etc/mtree share/examples share/examples/uefisign

Edward Tomasz Napierala trasz at FreeBSD.org
Fri May 15 15:10:35 UTC 2015


Author: trasz
Date: Fri May 15 15:10:34 2015
New Revision: 282975
URL: https://svnweb.freebsd.org/changeset/base/282975

Log:
  MFC r279317:
  
  Add key/cert generation script for uefisign(8).
  
  Sponsored by:	The FreeBSD Foundation

Added:
  stable/10/share/examples/uefisign/
     - copied from r279317, head/share/examples/uefisign/
Modified:
  stable/10/etc/mtree/BSD.usr.dist
  stable/10/share/examples/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/mtree/BSD.usr.dist
==============================================================================
--- stable/10/etc/mtree/BSD.usr.dist	Fri May 15 15:08:37 2015	(r282974)
+++ stable/10/etc/mtree/BSD.usr.dist	Fri May 15 15:10:34 2015	(r282975)
@@ -409,6 +409,8 @@
             ..
             tcsh
             ..
+            uefisign
+            ..
         ..
         games
             fortune

Modified: stable/10/share/examples/Makefile
==============================================================================
--- stable/10/share/examples/Makefile	Fri May 15 15:08:37 2015	(r282974)
+++ stable/10/share/examples/Makefile	Fri May 15 15:10:34 2015	(r282975)
@@ -27,7 +27,8 @@ LDIRS=	BSD_daemon \
 	printing \
 	ses \
 	scsi_target \
-	sunrpc
+	sunrpc \
+	uefisign
 
 XFILES=	BSD_daemon/FreeBSD.pfa \
 	BSD_daemon/README \
@@ -181,7 +182,8 @@ XFILES=	BSD_daemon/FreeBSD.pfa \
 	sunrpc/sort/Makefile \
 	sunrpc/sort/rsort.c \
 	sunrpc/sort/sort.x \
-	sunrpc/sort/sort_proc.c
+	sunrpc/sort/sort_proc.c \
+	uefisign/uefikeys
 
 BINDIR= ${SHAREDIR}/examples
 


More information about the svn-src-all mailing list