[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

1174.0. "ident strings" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Thu Dec 22 1994 19:51

Date Of Receipt: 	22-DEC-1994 15:42:56.28
From: 	SMURF::FLAMBE::schloss "Mike Schloss usg  22-Dec-1994 1542"
To: 	odehelp@DEC:.zko.flambe
CC: 	
Subj: 	ident strings

I would like to update the ident stings for a bunch of LSM files
but I am not sure of the exact syntax.  Could you send me a copy
of the string I am supposed to use?  The default one, '$Id$' expands
to "$Id: filename,v 1.1 1994/12/22 20:20:18 schloss Exp $" while a
typical kernel file will have something more like : "@(#)$RCSfile: \
filename,v $ $Revision: 4.2.9.4 $ (DEC) $Date: 1994/03/28 06:19:32 $"

I can make a guess at "@(#)$RCSfile$ $Revision$ (DEC) $Date$" but
I wonder if we are supposed to use some magic cookie like $DEC$ or
something like that.

Mike Schloss

T.RTitleUserPersonal
Name
DateLines
1174.1Re: ident stringsAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Dec 22 1994 21:5445
Date Of Receipt: 	22-DEC-1994 18:02:43.65
From: 	SMURF::FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	odehelp schloss
CC: 	
Subj: 	Re:  ident strings

Mike, if you look in /usr/sde/osf1/headers  - you'll see the following
format:
	@(#)$RCSfile$ $Revision$ (DEC) $Date$

exactly like you thought.  Note that it's best not to use $Id$ since
that gives customers private usernames.

thanks...			-josh

	From schloss  Thu Dec 22 15:42:21 1994
	Delivery-Date: Thu, 22 Dec 94 15:42:42 -0500
	Return-Path: schloss
	Received: from mhs.zk3.dec.com by flambe.zk3.dec.com; (5.65/1.1.8.2/30Mar94-0502PM)
		id AA22031; Thu, 22 Dec 1994 15:42:21 -0500
	Received: from localhost by mhs.zk3.dec.com; (5.65/1.1.8.2/30Nov94-0133PM)
		id AA26323; Thu, 22 Dec 1994 15:42:21 -0500
	Message-Id: <9412222042.AA26323@mhs.zk3.dec.com>
	To: odehelp
	Subject: ident strings
	Date: Thu, 22 Dec 94 15:42:21 -0500
	From: schloss
	X-Mts: smtp
	
	
	I would like to update the ident stings for a bunch of LSM files
	but I am not sure of the exact syntax.  Could you send me a copy
	of the string I am supposed to use?  The default one, '$Id$' expands
	to "$Id: filename,v 1.1 1994/12/22 20:20:18 schloss Exp $" while a
	typical kernel file will have something more like : "@(#)$RCSfile: \
	filename,v $ $Revision: 4.2.9.4 $ (DEC) $Date: 1994/03/28 06:19:32 $"
	
	I can make a guess at "@(#)$RCSfile$ $Revision$ (DEC) $Date$" but
	I wonder if we are supposed to use some magic cookie like $DEC$ or
	something like that.
	
	Mike Schloss