Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal Also take the $'s out from aroun...



details:   https://anonhg.NetBSD.org/src/rev/5762890f3f5b
branches:  trunk
changeset: 764275:5762890f3f5b
user:      elric <elric%NetBSD.org@localhost>
date:      Thu Apr 14 18:16:21 2011 +0000

description:
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.

diffstat:

 crypto/external/bsd/heimdal/heimdal2netbsd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r bc5276b587b1 -r 5762890f3f5b crypto/external/bsd/heimdal/heimdal2netbsd
--- a/crypto/external/bsd/heimdal/heimdal2netbsd        Thu Apr 14 18:12:08 2011 +0000
+++ b/crypto/external/bsd/heimdal/heimdal2netbsd        Thu Apr 14 18:16:21 2011 +0000
@@ -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/' \



Home | Main Index | Thread Index | Old Index