Annotation of elwix/patches/freebsd.pkg.patch, revision 1.2

1.2     ! misho       1: Index: usr.sbin/pkg/pkg.c
        !             2: ===================================================================
        !             3: --- usr.sbin/pkg/pkg.c (revision 287900)
        !             4: +++ usr.sbin/pkg/pkg.c (working copy)
        !             5: @@ -901,9 +901,9 @@
        !             6:                        if (verify_pubsignature(fd_pkg, fd_sig) == false)
        !             7:                                goto cleanup;
        !             8:                } else {
        !             9: -                      warnx("Signature type %s is not supported for "
        !            10: +                      warnx("Signature type %s is officially not supported for "
        !            11:                            "bootstrapping.", signature_type);
        !            12: -                      goto cleanup;
        !            13: +                      /* goto cleanup; */
        !            14:                }
        !            15:        }
        !            16:  
        !            17: @@ -1010,7 +1010,7 @@
        !            18:                } else {
        !            19:                        warnx("Signature type %s is not supported for "
        !            20:                            "bootstrapping.", signature_type);
        !            21: -                      goto cleanup;
        !            22: +                      /* goto cleanup; */
        !            23:                }
        !            24:        }
        !            25:  

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