diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-07-07 13:19:07 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-07-07 13:19:07 +0000 |
commit | ae9e4af7139f1a7d303a9d05c74a8e40a4a731e7 (patch) | |
tree | 199b944bc2b0c6944ef535fe8d166b6333359170 /etc/changelist | |
parent | 216325e87d31743437fcc1e2b81f307ddf879c93 (diff) |
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@
Diffstat (limited to 'etc/changelist')
-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 |