diff options
author | 1999-07-18 09:39:51 +0000 | |
---|---|---|
committer | 1999-07-18 09:39:51 +0000 | |
commit | 184e2756834e62dd55268b7662c5bd10f39904a7 (patch) | |
tree | 79484708025ba9a4cf056c93bf3a9edba2cfa7d7 | |
parent | samples/VPN-east.conf: Merge with EOM 1.7 (diff) | |
download | wireguard-openbsd-184e2756834e62dd55268b7662c5bd10f39904a7.tar.xz wireguard-openbsd-184e2756834e62dd55268b7662c5bd10f39904a7.zip |
Create an /etc/isakmpd hierarchy
-rw-r--r-- | etc/mtree/4.4BSD.dist | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index 108e1652148..2d63460b1b7 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.76 1999/07/09 19:28:31 deraadt Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.77 1999/07/18 09:39:51 niklas Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -43,6 +43,27 @@ disklabels # ./etc/disklabels .. +# ./etc/isakmpd +isakmpd + +# ./etc/isakmpd/ca +ca +# ./etc/isakmpd/ca +.. + +# ./etc/isakmpd/certs +certs +# ./etc/isakmpd/certs +.. + +# ./etc/isakmpd/private +private uname=root mode=0700 +# ./etc/isakmpd/private +.. + +# ./etc/isakmpd +.. + # ./etc/kerberosIV kerberosIV # ./etc/kerberosIV |