summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-16 16:28:44 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-16 16:30:06 +0000
commita6d37805ca8a9ba886aa2ba80bc65640f6fd7b01 (patch)
treef958afff7dbb6145366370cd6318cf16d683c49a /hints
parent93d7320bf7eac5942274854396d4ccc6268106c7 (diff)
downloadperl-a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01.tar.gz
Remove "dead" RCS $Id$ tags from files that we own.
All files have been modified more recently than their tag, rendering information in the tag redundant.
Diffstat (limited to 'hints')
-rw-r--r--hints/beos.sh1
-rw-r--r--hints/dgux.sh2
2 files changed, 0 insertions, 3 deletions
diff --git a/hints/beos.sh b/hints/beos.sh
index a83b4af6dd..1224ec1cc4 100644
--- a/hints/beos.sh
+++ b/hints/beos.sh
@@ -1,5 +1,4 @@
# BeOS hints file
-# $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $
if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c 2>/dev/null; fi
# If this fails, that's all right - it's only for PPC.
diff --git a/hints/dgux.sh b/hints/dgux.sh
index b2ddbdc26b..d9b86fcecb 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -1,5 +1,3 @@
-# $Id: dgux.sh,v 1.9 2001-05-07 00:06:00-05 Takis Exp $
-
# This is a hints file for DGUX, which is EMC's Data General's Unix. It
# was originally developed with version 5.4.3.10 of the OS, and then was
# later updated running under version 4.11.2 (running on m88k hardware).