summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/misc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-05 13:49:56 +0000
committerdes <des@FreeBSD.org>2002-03-05 13:49:56 +0000
commit5800a4708c3a4b21e332961b390d4459fd673568 (patch)
tree1435317b57611a50e1b3cf878a8256c67e69f519 /contrib/openpam/misc
parentb7924daede5918d4af38aea32dcfe788509d2326 (diff)
downloadFreeBSD-src-5800a4708c3a4b21e332961b390d4459fd673568.zip
FreeBSD-src-5800a4708c3a4b21e332961b390d4459fd673568.tar.gz
Vendor import of OpenPAM Celandine.
Diffstat (limited to 'contrib/openpam/misc')
-rw-r--r--contrib/openpam/misc/gendoc.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/misc/gendoc.pl b/contrib/openpam/misc/gendoc.pl
index 99440c8..9b32cdf 100644
--- a/contrib/openpam/misc/gendoc.pl
+++ b/contrib/openpam/misc/gendoc.pl
@@ -32,7 +32,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $P4: //depot/projects/openpam/misc/gendoc.pl#9 $
#
use strict;
@@ -104,7 +104,7 @@ sub parse_source($) {
if (!defined($COPYRIGHT) && $source =~ m,^(/\*-\n.*?)\s*\*/,s) {
$COPYRIGHT = $1;
$COPYRIGHT =~ s,^.\*,.\\\",gm;
- $COPYRIGHT =~ s,(\$Id).*?\$,$1\$,;
+ $COPYRIGHT =~ s,(\$(?:)P4).*?\$,$1\$,;
$COPYRIGHT .= "\n.\\\"";
}
$func = $fn;
OpenPOWER on IntegriCloud