File:  [ELWIX - Embedded LightWeight unIX -] / elwix / patches / freebsd.pkg.patch
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Jun 13 17:50:07 2017 UTC (7 years ago) by misho
Branches: elwix2_6
adds 1st custom patches

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>