File:  [ELWIX - Embedded LightWeight unIX -] / elwix / patches / freebsd.pkg.patch
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 13:59:52 2021 UTC (3 years, 2 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, HEAD, ELWIX2_7, ELWIX2_6
ver 2.6

Index: usr.sbin/pkg/pkg.c
===================================================================
--- usr.sbin/pkg/pkg.c	(revision 287900)
+++ usr.sbin/pkg/pkg.c	(working copy)
@@ -901,9 +901,9 @@
 			if (verify_pubsignature(fd_pkg, fd_sig) == false)
 				goto cleanup;
 		} else {
-			warnx("Signature type %s is not supported for "
+			warnx("Signature type %s is officially not supported for "
 			    "bootstrapping.", signature_type);
-			goto cleanup;
+			/* goto cleanup; */
 		}
 	}
 
@@ -1010,7 +1010,7 @@
 		} else {
 			warnx("Signature type %s is not supported for "
 			    "bootstrapping.", signature_type);
-			goto cleanup;
+			/* goto cleanup; */
 		}
 	}
 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>