summaryrefslogtreecommitdiff
path: root/security/pgp5
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-02 11:27:57 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-02 11:27:57 +0000
commit746652b2e2498cf2b4b4293448e4111677d02b87 (patch)
tree3b3068240794c541a5ffbde6cc8fb2da3ebcce30 /security/pgp5
parentAdd apcupsd 3.8.3, a daemon for controlling APC UPS. (diff)
Argh, actually make my last commit to this patch do what was intended (don't
install "pgp_old", rather install "pgpo" as that is what the pgp5 binary expects to be invoked as for the old-style command line). Submitted by: kris
Notes
Notes: svn path=/head/; revision=50853
Diffstat (limited to 'security/pgp5')
-rw-r--r--security/pgp5/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp5/files/patch-ac b/security/pgp5/files/patch-ac
index bb15dfe9fbc4..8f78ce60569b 100644
--- a/security/pgp5/files/patch-ac
+++ b/security/pgp5/files/patch-ac
@@ -26,5 +26,5 @@
+ $(LN_S) $(INSTPGP) pgpe; \
+ $(LN_S) $(INSTPGP) pgps; \
+ $(LN_S) $(INSTPGP) pgpv; \
-+ $(LN_S) $(INSTPGP) pgp_old \
++ $(LN_S) $(INSTPGP) pgpo; \
)