diff options
author | 2015-07-07 13:19:06 +0000 | |
---|---|---|
committer | 2015-07-07 13:19:06 +0000 | |
commit | 2c80667e4da09000af9a29eae63e0f828fcd0673 (patch) | |
tree | 63bc577321bd256ab747e8ef04612ee7f3f96586 | |
parent | Unbreak option parsing: (diff) | |
download | wireguard-openbsd-2c80667e4da09000af9a29eae63e0f828fcd0673.tar.xz wireguard-openbsd-2c80667e4da09000af9a29eae63e0f828fcd0673.zip |
Only store checksums for:
/var/nsd/etc/nsd.conf (may contain a key)
/var/unbound/db/root.key (fix path as well)
from Tim van der Molen
ok millert@ sthen@
-rw-r--r-- | etc/changelist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/changelist b/etc/changelist index b1e334f4d60..419097732c4 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.104 2015/07/03 22:05:53 millert Exp $ +# $OpenBSD: changelist,v 1.105 2015/07/07 13:19:06 ajacoutot Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -144,8 +144,8 @@ /var/cron/cron.allow /var/cron/cron.deny /var/cron/tabs/root -/var/nsd/etc/nsd.conf -/var/unbound/etc/root.key ++/var/nsd/etc/nsd.conf ++/var/unbound/db/root.key /var/unbound/etc/unbound.conf /var/yp/Makefile.main /var/yp/Makefile.yp |