On Fri, Mar 23, 2007 at 01:43:26AM -0000, [email protected] wrote:
> Author: kpfleming
> Date: Thu Mar 22 20:43:26 2007
> New Revision: 2334
> 
> URL: http://svn.digium.com/view/zaptel?view=rev&rev=2334
> Log:
> remove pointless file ID lines

Why are the file IDs pointless?

[EMAIL PROTECTED]:~/Proj/Asterisk/DigiumRW/zaptel/branches/1.2$ ident xpp/*.ko
xpp/xpd_fxo.ko:
     $Id: card_fxo.c 2243 2007-02-28 00:05:59Z tzafrir $

xpp/xpd_fxs.ko:
     $Id: card_fxs.c 2239 2007-02-27 06:14:18Z tzafrir $

xpp/xpp.ko:
     $Id: xbus-core.c 2257 2007-03-01 19:29:12Z tzafrir $
     $Id: xpp_zap.c 2239 2007-02-27 06:14:18Z tzafrir $
     $Id: xproto.c 2239 2007-02-27 06:14:18Z tzafrir $
     $Id: card_global.c 2239 2007-02-27 06:14:18Z tzafrir $

xpp/xpp_usb.ko:
     $Id: xpp_usb.c 2239 2007-02-27 06:14:18Z tzafrir $

[EMAIL PROTECTED]:~/Proj/Asterisk/DigiumRW/zaptel/branches/1.2$ grep rcsid 
xpp/*.[ch]
xpp/card_bri.c:static const char rcsid[] = "$Id: card_bri.c 2243 2007-02-28 
00:05:59Z tzafrir $";
xpp/card_fxo.c:static const char rcsid[] = "$Id: card_fxo.c 2243 2007-02-28 
00:05:59Z tzafrir $";
xpp/card_fxs.c:static const char rcsid[] = "$Id: card_fxs.c 2239 2007-02-27 
06:14:18Z tzafrir $";
xpp/card_global.c:static const char rcsid[] = "$Id: card_global.c 2239 
2007-02-27 06:14:18Z tzafrir $";
xpp/xbus-core.c:static const char rcsid[] = "$Id: xbus-core.c 2257 2007-03-01 
19:29:12Z tzafrir $";
xpp/xpp_usb.c:static const char rcsid[] = "$Id: xpp_usb.c 2239 2007-02-27 
06:14:18Z tzafrir $";
xpp/xpp_zap.c:static const char rcsid[] = "$Id: xpp_zap.c 2239 2007-02-27 
06:14:18Z tzafrir $";
xpp/xproto.c:static const char rcsid[] = "$Id: xproto.c 2239 2007-02-27 
06:14:18Z tzafrir $";
xpp/zap_debug.c:static const char rcsid[] = "$Id: zap_debug.c 1966 2007-01-25 
10:48:33Z tzafrir $";

It does not include branch, but helps link the binary kernel module to 
the exact source files from which it was built with no real runtime overhead.

Does this seem useful?

(ident is part of the package rcs on my system, not to be confused with 
identify of ImageMagick, or indent. And full credit to Oron for this).

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to