From bf996c4f268db28ca8e13a4a2c62a9bcc46b4995 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Wed, 21 Nov 2001 22:12:15 +0000 Subject: Fix usage message when pgp5 binary is invoked (this broke when we renamed the pgp binary to pgp5) PR: 14323 Submitted by: ls Approved by: maintainer --- security/pgp5/files/patch-apps::pgp::pgp.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/pgp5/files/patch-apps::pgp::pgp.c (limited to 'security/pgp5/files/patch-apps::pgp::pgp.c') 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 000000000000..410207e3b5a6 --- /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; + -- cgit v1.2.3