From 71041ee4c2b61d3f3566519ff8e01b1fdbf6e4e9 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 20 Oct 1999 00:22:25 +0000 Subject: Add a patch file that I forgot to include in my last commit. Also includes a small Makefile fix submitted by the author. --- net/pipsecd/Makefile | 5 +++-- net/pipsecd/files/patch-ad | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 net/pipsecd/files/patch-ad (limited to 'net/pipsecd') diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile index 1433f38..672e747 100644 --- a/net/pipsecd/Makefile +++ b/net/pipsecd/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: pipsecd -# Version required: 19990831 +# Version required: 19991014 # Date created: 16 Aug 1999 # Whom: Patrick Bihan-Faou # @@ -22,7 +22,8 @@ ALL_TARGET= pipsecd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pipsecd ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/pipsecd.sh ${PREFIX}/etc/rc.d + ${INSTALL_DATA} ${WRKSRC}/pipsecd.sh ${PREFIX}/etc/rc.d + ${CHMOD} 755 ${PREFIX}/etc/rc.d/pipsecd.sh; ${MKDIR} ${PREFIX}/etc/ipsec ${INSTALL_DATA} ${WRKSRC}/pipsecd.conf.sample ${PREFIX}/etc/ipsec .if !defined(NOPORTDOCS) diff --git a/net/pipsecd/files/patch-ad b/net/pipsecd/files/patch-ad new file mode 100644 index 0000000..fb9465d --- /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' -- cgit v1.1