Module Name: src
Committed By: elric
Date: Thu Apr 14 18:16:21 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal: heimdal2netbsd
Log Message:
Also take the $'s out from around $Id.*$ as well as $Id.* $. This change
was required because there are many unexanded $Id$'s in Heimdal when you
git clone.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/heimdal/heimdal2netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/heimdal2netbsd
diff -u src/crypto/external/bsd/heimdal/heimdal2netbsd:1.2 src/crypto/external/bsd/heimdal/heimdal2netbsd:1.3
--- src/crypto/external/bsd/heimdal/heimdal2netbsd:1.2 Wed Apr 13 22:16:52 2011
+++ src/crypto/external/bsd/heimdal/heimdal2netbsd Thu Apr 14 18:16:21 2011
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: heimdal2netbsd,v 1.2 2011/04/13 22:16:52 christos Exp $
+# $NetBSD: heimdal2netbsd,v 1.3 2011/04/14 18:16:21 elric Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -198,7 +198,7 @@
-e 's/\$\(Author.*\) \$/\1/' \
-e 's/\$\(Date.*\) \$/\1/' \
-e 's/\$\(Header.*\) \$/\1/' \
- -e 's/\$\(Id.*\) \$/\1/' \
+ -e 's/\$\(Id.*\)\$/\1/' \
-e 's/\$\(Locker.*\) \$/\1/' \
-e 's/\$\(Log.*\) \$/\1/' \
-e 's/\$\(Name.*\) \$/\1/' \