freebsd-ports/chinese/pine4/files/pgpencrypt
Jing-Tang Keith Jang 265f9505fa Upgrade from 4.21 to 4.30.
Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
2000-11-17 19:06:54 +00:00

11 lines
302 B
Bash

#!/bin/sh
# ---------- pgpencrypt ---------
# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
# Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro <anthony@dino.omen.com.au>
# Modified to work with both PGP v2 and PGP v5.
if [ -x @@PREFIX@@/bin/pgpe ]
then
pgpe -s -a -r $*
else
pgp -feast $*
fi