freebsd-ports/chinese/pine4/files/pgpsign
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
289 B
Bash

#!/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 @@PREFIX@@/bin/pgps ]
then
pgps -a -t
else
pgp -fast
fi