svn commit: r282974 - in stable/10/usr.sbin: . uefisign

Edward Tomasz Napierala trasz at FreeBSD.org
Fri May 15 15:08:38 UTC 2015


Author: trasz
Date: Fri May 15 15:08:37 2015
New Revision: 282974
URL: https://svnweb.freebsd.org/changeset/base/282974

Log:
  MFC r279315:
  
  Add uefisign(8), UEFI Secure Boot signing utility.
  
  Relnotes:	yes
  Sponsored by:	The FreeBSD Foundation

Added:
  stable/10/usr.sbin/uefisign/
     - copied from r279315, head/usr.sbin/uefisign/
Modified:
  stable/10/usr.sbin/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/Makefile
==============================================================================
--- stable/10/usr.sbin/Makefile	Fri May 15 14:22:33 2015	(r282973)
+++ stable/10/usr.sbin/Makefile	Fri May 15 15:08:37 2015	(r282974)
@@ -86,6 +86,7 @@ SUBDIR=	adduser \
 	traceroute \
 	trpt \
 	tzsetup \
+	uefisign \
 	ugidfw \
 	vipw \
 	wake \


More information about the svn-src-all mailing list