diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-07 10:09:06 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-07 10:09:06 +0000 |
commit | cb8d25e385228ea246996f03ad3f3ab5a1c5c061 (patch) | |
tree | 3b91b545fcefaf4b35d5af5b7cb5b5be6b16929f /etc/Makefile | |
parent | fc91a2da4c50ec51e10cf2cba4a920a780503d5c (diff) |
add iked.conf default configuration file example.
ok jsg@
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 0c7fc1cd140..89e9f7d0f5f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.288 2010/06/05 17:29:14 martinh Exp $ +# $OpenBSD: Makefile,v 1.289 2010/06/07 10:09:05 reyk Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -98,6 +98,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g operator -m 644 chio.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 relayd.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g wheel -m 600 iked.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc |