X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Facfilter.sh;h=9a650359bdc4e39a1561b8222336925817a53038;hb=a2405e0a7e31a128774b3e4077c1199d3a3cdf5e;hp=a7c6ac5ed8c99adf84c1211efa4ff3608e066e09;hpb=7ae5aa69a77a43d927b26b569ce50643577edd98;p=openldap diff --git a/tests/scripts/acfilter.sh b/tests/scripts/acfilter.sh index a7c6ac5ed8..9a650359bd 100755 --- a/tests/scripts/acfilter.sh +++ b/tests/scripts/acfilter.sh @@ -1,2 +1,18 @@ -#!/bin/sh -egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp' +#! /bin/sh +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## 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 +## . +# +# Strip comments +# +grep -v '^#'