X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Facfilter.sh;h=2d6023842e9795bd02dd7eee64a826f099d8709a;hb=737562a20b3d8df1ecffec610f285f583b75f5c9;hp=a7c6ac5ed8c99adf84c1211efa4ff3608e066e09;hpb=2ec25ef8810f15f5aa13ec47b593a18cb96fcbdf;p=openldap diff --git a/tests/scripts/acfilter.sh b/tests/scripts/acfilter.sh index a7c6ac5ed8..2d6023842e 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-2005 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 '^#'