summaryrefslogtreecommitdiff
path: root/mail/pine/files/pgpdecode
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pine/files/pgpdecode')
-rw-r--r--mail/pine/files/pgpdecode17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/pine/files/pgpdecode b/mail/pine/files/pgpdecode
deleted file mode 100644
index 0236aec9092..00000000000
--- a/mail/pine/files/pgpdecode
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: pgpdecode,v 1.2 1998/08/07 11:09:46 agc Exp $
-#
-# ---------- pgpdecode ---------
-# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
-#
-# Sun Mar 24 12:01:21 MET 1996 Andreas Klemm <andreas@knobel.gun.de>
-# The tmp files in the original version were world readable for
-# the short time of unpacking, setting suitable umask prevents this
-#
-umask 077
-trap "rm -f /tmp/pgpdecode.???.$$; exit" 0 1 2 15
-(pgp -f > /tmp/pgpdecode.txt.$$) 2>&1 | tee /tmp/pgpdecode.pgp.$$ 1>&2
-sed -e 's/^/| /' /tmp/pgpdecode.pgp.$$
-echo " "
-cat /tmp/pgpdecode.txt.$$