aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-22 06:12:15 +0800
committerpetef <petef@FreeBSD.org>2001-11-22 06:12:15 +0800
commitf1ef7bb8f11b89848200991c3a50ca66fa493549 (patch)
tree667525072a992deb1a9587e5fad2124ba06a2bb4
parent2f6763516f6e8a9d4b7e9c76895b7043d99bc4cb (diff)
downloadfreebsd-ports-graphics-f1ef7bb8f11b89848200991c3a50ca66fa493549.tar.gz
freebsd-ports-graphics-f1ef7bb8f11b89848200991c3a50ca66fa493549.tar.zst
freebsd-ports-graphics-f1ef7bb8f11b89848200991c3a50ca66fa493549.zip
Fix usage message when pgp5 binary is invoked (this broke when we renamed the
pgp binary to pgp5) PR: 14323 Submitted by: ls <ls@Berkeley.Gambit.Msk.SU> Approved by: maintainer
-rw-r--r--security/pgp5/files/patch-apps::pgp::pgp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pgp5/files/patch-apps::pgp::pgp.c b/security/pgp5/files/patch-apps::pgp::pgp.c
new file mode 100644
index 00000000000..410207e3b5a
--- /dev/null
+++ b/security/pgp5/files/patch-apps::pgp::pgp.c
@@ -0,0 +1,10 @@
+--- apps/pgp/pgp.c.orig Wed Nov 21 16:48:19 2001
++++ apps/pgp/pgp.c Wed Nov 21 16:48:00 2001
+@@ -1095,6 +1095,7 @@
+ break;
+
+ case 'p':
++ case '5':
+ invoked_type = PGPraw;
+ break;
+