Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/mdocml Obfuscate RCS ID matching so that CVS do...



details:   https://anonhg.NetBSD.org/src/rev/2dabc4ecfa9d
branches:  trunk
changeset: 748531:2dabc4ecfa9d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 26 14:50:45 2009 +0000

description:
Obfuscate RCS ID matching so that CVS doesn't expand it.

diffstat:

 external/bsd/mdocml/prepare-import.sh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r d40d8e06b272 -r 2dabc4ecfa9d external/bsd/mdocml/prepare-import.sh
--- a/external/bsd/mdocml/prepare-import.sh     Mon Oct 26 14:26:25 2009 +0000
+++ b/external/bsd/mdocml/prepare-import.sh     Mon Oct 26 14:50:45 2009 +0000
@@ -6,9 +6,8 @@
 rm -rf ChangeLog.xsl Makefile example.style.css index.css *.sgml
 
 uuencode external.png < external.png > external.png.uu
-
 rm external.png
 
 for f in [a-z]*; do
-       sed 's/\$Id: prepare-import.sh,v 1.1 2009/10/21 18:04:52 joerg Exp $Vendor-Id:/' < $f > $f.new && mv $f.new $f
+       sed 's/[$]Id:/\$Vendor-Id:/' < $f > $f.new && mv $f.new $f
 done



Home | Main Index | Thread Index | Old Index