summaryrefslogtreecommitdiff
path: root/security/pgp5
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-21 22:12:15 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-21 22:12:15 +0000
commitbf996c4f268db28ca8e13a4a2c62a9bcc46b4995 (patch)
tree0ea25db438f261515af39f25ab8720ce7147c133 /security/pgp5
parentUpdate to 4172 (diff)
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
Notes
Notes: svn path=/head/; revision=50343
Diffstat (limited to 'security/pgp5')
-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 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;
+