]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/acfilter.sh
Axe slurpd / replog support
[openldap] / tests / scripts / acfilter.sh
index a7c6ac5ed8c99adf84c1211efa4ff3608e066e09..9a650359bdc4e39a1561b8222336925817a53038 100755 (executable)
@@ -1,2 +1,18 @@
-#!/bin/sh
-egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp'
+#! /bin/sh
+# $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2007 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+#
+# Strip comments
+#
+grep -v '^#'