diff options
author | 2015-07-07 14:13:01 +0000 | |
---|---|---|
committer | 2015-07-07 14:13:01 +0000 | |
commit | 94164cdbc8fd54ad628e964ba374e0fc77e82204 (patch) | |
tree | 4312e3b4a4d68d5523559417f2a47666f104dd2c | |
parent | Skip mountpoint checking in case we only want the version or help (diff) | |
download | wireguard-openbsd-94164cdbc8fd54ad628e964ba374e0fc77e82204.tar.xz wireguard-openbsd-94164cdbc8fd54ad628e964ba374e0fc77e82204.zip |
/var/unbound/db/root.key can be stored in plain text actually; that's just
the public key.
prodded by semarie@
ok sthen@
-rw-r--r-- | etc/changelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/changelist b/etc/changelist index 419097732c4..a795ab319f4 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.105 2015/07/07 13:19:06 ajacoutot Exp $ +# $OpenBSD: changelist,v 1.106 2015/07/07 14:13:01 ajacoutot Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -145,7 +145,7 @@ /var/cron/cron.deny /var/cron/tabs/root +/var/nsd/etc/nsd.conf -+/var/unbound/db/root.key +/var/unbound/db/root.key /var/unbound/etc/unbound.conf /var/yp/Makefile.main /var/yp/Makefile.yp |