summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--regress/cfgmatch.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab430749d..1ffc4b5f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 an explicitly requested sandbox type 7 an explicitly requested sandbox type
8 - (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by 8 - (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by
9 bisson AT archlinux.org 9 bisson AT archlinux.org
10 - (djm) OpenBSD CVS Sync
11 - dtucker@cvs.openbsd.org 2011/06/03 05:35:10
12 [regress/cfgmatch.sh]
13 use OBJ to find test configs, patch from Tim Rice
10 14
1120110812 1520110812
12 - (dtucker) [openbsd-compat/port-linux.c] Bug 1924: Improve selinux context 16 - (dtucker) [openbsd-compat/port-linux.c] Bug 1924: Improve selinux context
diff --git a/regress/cfgmatch.sh b/regress/cfgmatch.sh
index a16a5c13a..0603fab64 100644
--- a/regress/cfgmatch.sh
+++ b/regress/cfgmatch.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: cfgmatch.sh,v 1.5 2011/05/23 03:31:31 djm Exp $ 1# $OpenBSD: cfgmatch.sh,v 1.6 2011/06/03 05:35:10 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="sshd_config match" 4tid="sshd_config match"