diff options
author | 2003-04-09 15:25:16 +0000 | |
---|---|---|
committer | 2003-04-09 15:25:16 +0000 | |
commit | e5f038cd0a792f12662e9a43a723318b2bf85a51 (patch) | |
tree | 0bc22b994fb26185ec8a2c211f51227be213e24a | |
parent | string shit; ok dhartmei@ (diff) | |
download | wireguard-openbsd-e5f038cd0a792f12662e9a43a723318b2bf85a51.tar.xz wireguard-openbsd-e5f038cd0a792f12662e9a43a723318b2bf85a51.zip |
create /etc/isakmpd/crls to fix a warning when starting isakmpd
from Mathieu Sauve-Frankel m dot sauve at secureops dot com
ok brad@
-rw-r--r-- | etc/mtree/4.4BSD.dist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index 659c1aaf908..26c1c28c4f9 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.150 2003/03/28 21:32:30 jmc Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.151 2003/04/09 15:25:16 todd Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -56,6 +56,11 @@ certs # ./etc/isakmpd/certs .. +# ./etc/isakmpd/crls +crls +# ./etc/isakmpd/crls +.. + # ./etc/isakmpd/keynote keynote # ./etc/isakmpd/keynote |