diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-20 00:22:25 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-20 00:22:25 +0000 |
commit | af73458b5d88140aff5fcca2f1716f1babb1a7f0 (patch) | |
tree | 3c2c0e1612587075fac7feada72c1fdfcf6d6c6a /net/pipsecd/files | |
parent | f1f72dce8deb7d1d8b1222ed4c69100da9dd3a2a (diff) | |
download | ports-af73458b5d88140aff5fcca2f1716f1babb1a7f0.tar.gz ports-af73458b5d88140aff5fcca2f1716f1babb1a7f0.zip |
Notes
Diffstat (limited to 'net/pipsecd/files')
-rw-r--r-- | net/pipsecd/files/patch-ad | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/pipsecd/files/patch-ad b/net/pipsecd/files/patch-ad new file mode 100644 index 000000000000..fb9465d3b653 --- /dev/null +++ b/net/pipsecd/files/patch-ad @@ -0,0 +1,5 @@ +--- pipsecd.sh.orig Thu Oct 14 12:58:43 1999 ++++ pipsecd.sh Thu Oct 14 13:00:38 1999 +@@ -0,0 +1,2 @@ ++#!/bin/sh ++cd /usr/local; [ -x sbin/pipsecd -a -f etc/ipsec/pipsecd.conf ] && sbin/pipsecd & && echo -n ' pipsecd' |