summaryrefslogtreecommitdiffstats
path: root/mail/pine4-ssl/files/pgpsign
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pine4-ssl/files/pgpsign')
-rw-r--r--mail/pine4-ssl/files/pgpsign11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/pine4-ssl/files/pgpsign b/mail/pine4-ssl/files/pgpsign
new file mode 100644
index 0000000..6eff395
--- /dev/null
+++ b/mail/pine4-ssl/files/pgpsign
@@ -0,0 +1,11 @@
+#!/bin/sh
+# ---------- pgpsign ---------
+# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
+# Wed 16 Sep 1998 23:48:51 WST Anthony Di Pietro <anthony@dino.omen.com.au>
+# Modified to work with both PGP v2 and PGP v5.
+if [ -x /usr/local/bin/pgps ]
+then
+ pgps -a -t
+else
+ pgp -fast
+fi
OpenPOWER on IntegriCloud