pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ipsec-tools Fix file installation, add missin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a144ef89cdb9
branches: trunk
changeset: 489361:a144ef89cdb9
user: manu <manu%pkgsrc.org@localhost>
date: Sun Feb 20 01:03:30 2005 +0000
description:
Fix file installation, add missing samples config files
diffstat:
security/ipsec-tools/Makefile | 20 ++++++++++++++++++--
security/ipsec-tools/PLIST | 13 +++++++++++--
2 files changed, 29 insertions(+), 4 deletions(-)
diffs (74 lines):
diff -r 74b55ff041db -r a144ef89cdb9 security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile Sun Feb 20 00:57:39 2005 +0000
+++ b/security/ipsec-tools/Makefile Sun Feb 20 01:03:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/02/18 09:53:40 manu Exp $
+# $NetBSD: Makefile,v 1.12 2005/02/20 01:03:30 manu Exp $
#
DISTNAME= ipsec-tools-0.5
@@ -42,17 +42,33 @@
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}/roadwarrior
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}/roadwarrior/server
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt.in ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt.sample ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.in ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample ${EXAMPLE_DIR}
- ${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-cvpn ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-gssapi ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-inherit ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-natt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-plainrsa ${EXAMPLE_DIR}
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/README \
+ ${EXAMPLE_DIR}/roadwarrior
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/client/racoon.conf \
+ ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/client/phase1-up.sh \
+ ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/client/phase1-down.sh \
+ ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/server/racoon.conf \
+ ${EXAMPLE_DIR}/roadwarrior/server
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/server/racoon.conf-radius \
+ ${EXAMPLE_DIR}/roadwarrior/server
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/server/phase1-down.sh \
+ ${EXAMPLE_DIR}/roadwarrior/server
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 74b55ff041db -r a144ef89cdb9 security/ipsec-tools/PLIST
--- a/security/ipsec-tools/PLIST Sun Feb 20 00:57:39 2005 +0000
+++ b/security/ipsec-tools/PLIST Sun Feb 20 01:03:30 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/09 22:42:20 manu Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/02/20 01:03:30 manu Exp $
lib/libipsec.la
include/libipsec/libpfkey.h
sbin/setkey
@@ -17,10 +17,19 @@
share/examples/ipsec-tools/racoon.conf
share/examples/ipsec-tools/racoon.conf.in
share/examples/ipsec-tools/racoon.conf.sample
-share/examples/ipsec-tools/racoon.conf.sample-cvpn
share/examples/ipsec-tools/racoon.conf.sample-gssapi
share/examples/ipsec-tools/racoon.conf.sample-inherit
share/examples/ipsec-tools/racoon.conf.sample-natt
share/examples/ipsec-tools/racoon.conf.sample-plainrsa
+share/examples/ipsec-tools/roadwarrior/README
+share/examples/ipsec-tools/roadwarrior/client/racoon.conf
+share/examples/ipsec-tools/roadwarrior/client/phase1-up.sh
+share/examples/ipsec-tools/roadwarrior/client/phase1-down.sh
+share/examples/ipsec-tools/roadwarrior/server/racoon.conf
+share/examples/ipsec-tools/roadwarrior/server/racoon.conf-radius
+share/examples/ipsec-tools/roadwarrior/server/phase1-down.sh
@dirrm include/libipsec
+@dirrm share/examples/ipsec-tools/roadwarrior/client
+@dirrm share/examples/ipsec-tools/roadwarrior/server
+@dirrm share/examples/ipsec-tools/roadwarrior
@dirrm share/examples/ipsec-tools
Home |
Main Index |
Thread Index |
Old Index