From 33917144ebf64f21cb6cee385e7eb7ca08372844 Mon Sep 17 00:00:00 2001 From: naddy <> Date: Tue, 27 Dec 2005 23:16:28 +0000 Subject: [PATCH] install sample ipsec.conf; ok hshoexer@ --- src/etc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 667a1f0a..bcc4a5af 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.229 2005/11/21 16:13:44 beck Exp $ +# $OpenBSD: Makefile,v 1.230 2005/12/27 23:16:28 naddy Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -84,6 +84,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 ospfd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev cd root; \ @@ -381,7 +382,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.229 2005/11/21 16:13:44 beck Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.230 2005/12/27 23:16:28 naddy Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \