1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/pine4/files/pgpsign
Steve Price 6c5a81185b Update to version 4.05.
PR:		7993, 8151
Submitted by:	maintainer
1998-10-05 04:23:19 +00:00

12 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 /usr/local/bin/pgps ]
then
pgps -a -t
else
pgp -fast
fi