From a9fe8c68aa249bcdb63abe5a1a7910b63c42e7da Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 2 Oct 2019 01:27:50 +0000 Subject: [PATCH] caroot: add @generated tags to extracted .pem As is the current trend; while these files are manually curated, they are still generated. If they end up in a review, it would be helpful to also take the hint and hide them. --- secure/caroot/MAca-bundle.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/secure/caroot/MAca-bundle.pl b/secure/caroot/MAca-bundle.pl index c84e83a3c730..bfac77c73941 100755 --- a/secure/caroot/MAca-bundle.pl +++ b/secure/caroot/MAca-bundle.pl @@ -39,6 +39,7 @@ use MIME::Base64; use Getopt::Long; my $VERSION = '$FreeBSD$'; +my $generated = '@' . 'generated'; my $inputfh = *STDIN; my $debug = 0; my $infile; @@ -78,6 +79,8 @@ sub print_header($$) ## Extracted from nss ## with $VERSION ## +## $generated +## EOFH } else { print $dstfile <