From f2660e7a442079cadd07a9824c430534e10bd52e Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 7 Mar 2010 18:42:55 -0800 Subject: Remove CVS "$Id" markers in files. The CVS mirror of bzr was showing the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary. --- contrib/bugzilla_ldapsync.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/bugzilla_ldapsync.rb') diff --git a/contrib/bugzilla_ldapsync.rb b/contrib/bugzilla_ldapsync.rb index 4fca2a7da..579f56fc5 100755 --- a/contrib/bugzilla_ldapsync.rb +++ b/contrib/bugzilla_ldapsync.rb @@ -4,8 +4,6 @@ # and makes nice bugzilla user entries out of them. Also disables Bugzilla users # that are not found in LDAP. -# $Id: bugzilla_ldapsync.rb,v 1.2 2003/04/26 16:35:04 jake%bugzilla.org Exp $ - require 'ldap' require 'dbi' require 'getoptlong' -- cgit v1.2.3-24-g4f1b