From owner-freebsd-current Sun Jul 7 05:54:52 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA06424 for current-outgoing; Sun, 7 Jul 1996 05:54:52 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA06309; Sun, 7 Jul 1996 05:54:22 -0700 (PDT) Received: from campa.panke.de (anonymous214.ppp.cs.tu-berlin.de [130.149.17.214]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id OAA02913; Sun, 7 Jul 1996 14:47:06 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id NAA02993; Sun, 7 Jul 1996 13:54:20 +0200 Date: Sun, 7 Jul 1996 13:54:20 +0200 From: Wolfram Schneider Message-Id: <199607071154.NAA02993@campa.panke.de> To: peter@freebsd.org CC: current@freebsd.org Subject: rcs keyword '$FreeBSD: $' disabled Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Why is the keyword '$FreeBSD: $' (an alias for '$Id: $') disabled? Wolfram rcs/lib/rcskeys.c: char const *const Keyword[] = { /* This must be in the same order as rcsbase.h's enum markers type. */ 0, AUTHOR, DATE, HEADER, IDH, LOCKER, LOG, NAME, RCSFILE, REVISION, SOURCE, STATE, FREEBSD ^^^^^^^ }; /* Expand all keywords by default */ static int ExpandKeyword[] = { false, true, true, true, true, true, true, true, true, true, true, true, false ^^^^^ };