diff options
author | 2007-09-03 06:18:01 +0000 | |
---|---|---|
committer | 2007-09-03 06:18:01 +0000 | |
commit | 066ce18a47f5b7cd6d9fa141dfd2b4b6f7e8b04a (patch) | |
tree | e58811e58b8dbfec01d232edd308b81d08bba968 | |
parent | Make use of the pfsync 'badval' and 'stale' counters instead of using (diff) | |
download | wireguard-openbsd-066ce18a47f5b7cd6d9fa141dfd2b4b6f7e8b04a.tar.xz wireguard-openbsd-066ce18a47f5b7cd6d9fa141dfd2b4b6f7e8b04a.zip |
Only send hash of /etc/ipsec.conf if it changes since it can contain
a pre-shared key
ok hshoexer@ cloder@ (some time ago)
-rw-r--r-- | etc/changelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/changelist b/etc/changelist index f7b3b4791d8..0e8a3bbb66a 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.52 2007/02/28 01:37:15 david Exp $ +# $OpenBSD: changelist,v 1.53 2007/09/03 06:18:01 joel Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -47,7 +47,7 @@ /etc/hosts.lpd /etc/ifstated.conf /etc/inetd.conf -/etc/ipsec.conf ++/etc/ipsec.conf +/etc/isakmpd/private/local.key /etc/isakmpd/local.pub /etc/ksh.kshrc |