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/patch-ad | |
parent | Upgrade to 1.1.10. (diff) |
Add a patch file that I forgot to include in my last commit. Also includes
a small Makefile fix submitted by the author.
Notes
Notes:
svn path=/head/; revision=22530
Diffstat (limited to 'net/pipsecd/files/patch-ad')
-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' |