syncing RCS tag removal from 3.0 release tree
authorGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 17:49:01 +0000 (17:49 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 17:49:01 +0000 (17:49 +0000)
(This used to be commit 1038879c9422bda4cd3be5a403ea9a22a552312b)

19 files changed:
docs/docbook/xslt/db2latex/VERSION.xml
packaging/Debian/README
packaging/Debian/debian/README.build-upstream
packaging/Debian/debian/README.debian
packaging/Debian/debian/libsmbclient.postinst
packaging/Debian/debian/rules
packaging/Debian/debian/samba-common.postinst
packaging/Debian/debian/samba-common.postrm
packaging/Debian/debian/samba.config
packaging/Debian/debian/samba.init
packaging/Debian/debian/samba.postinst
packaging/Debian/debian/samba.postrm
packaging/Debian/debian/scripts/patch-source
packaging/Debian/debian/scripts/unpatch-source
packaging/Debian/debian/smb.conf
packaging/Debian/debian/swat.config
packaging/Debian/debian/swat.postinst
packaging/Debian/debian/swat.postrm
packaging/Debian/debian/winbind.init

index 4a9d0f5f4fe1ade5082193f8271258d6092d172d..70bbf95e88778a722015b141c38297b308cb3702 100644 (file)
@@ -1,8 +1,6 @@
 <?xml version='1.0'?>
 <!--############################################################################# 
- |     $Id: VERSION.xml,v 1.1.2.1 2003/05/01 14:14:13 jelmer Exp $
  |- #############################################################################
- |     $Author: jelmer $
  |                                                                                                             
  |   PURPOSE:
  + ############################################################################## -->
@@ -17,7 +15,6 @@
     <xsl:otherwise><xsl:value-of select="$RCSTAG" /></xsl:otherwise>
   </xsl:choose>
 </xsl:variable>
-<xsl:variable name="CVSVERSION">$Id: VERSION.xml,v 1.1.2.1 2003/05/01 14:14:13 jelmer Exp $</xsl:variable>
 
 
 </xsl:stylesheet>
index a4577ba5b326154f5d42c7c5095c6e6c1571d21b..69fa2441a4e161cc1eea9f6f097623b58ea2cd6f 100644 (file)
@@ -63,5 +63,5 @@ better things to do and know nothing about the Debian packaging system.
 Eloy A. Paris <peloy@debian.org>
 Steve Langasek <vorlon@debian.org>
 
-$Id: README,v 1.2.2.1 2003/06/01 04:30:09 peloy Exp $
+$Id: README,v 1.2.2.2 2003/06/06 17:49:01 jerry Exp $
 
index df7bd100149fab3f6e37a96a10f066d95f295001..f555f52af5bff660d335dd181f3ea3032f811371 100644 (file)
@@ -58,5 +58,4 @@ better things to do and know nothing about the Debian packaging system.
 Eloy A. Paris <peloy@debian.org>
 Steve Langasek <vorlon@debian.org>
 
-$Id: README.build-upstream,v 1.1.6.1 2003/06/01 04:30:10 peloy Exp $
 
index 0c4378810f7a137b449554107bf91a89ad790468..56361d3afb3c8c8be8ce9bd811928655acf3d42e 100644 (file)
@@ -130,4 +130,3 @@ doesn't mean that it doesn't work for others. So again: think _twice_.
 Eloy A. Paris <peloy@debian.org>
 Steve Langasek <vorlon@debian.org>
 
-$Id: README.debian,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
index 9dd6f47a9c5c4ee5eb003fbc7bd9042f04d5b054..bd85266cdf9839fc3f2c4833b249f2d145c1e89b 100644 (file)
@@ -2,7 +2,6 @@
 #
 # postinst script for libsmbclient
 #
-# $Id: libsmbclient.postinst,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 if [ "$1" = "configure" ]; then
index 321d02bca4412b9b2220c998b0505cffae43cb7b..4cef604f8e6e886756253e38dede6110432746c6 100755 (executable)
@@ -4,7 +4,6 @@
 #      solve build problems) introduced in Samba 2.2.1a-5. These
 #      modification were made by Steve Langasek <vorlon@netexpress.net>.
 #
-# $Id: rules,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 # Uncomment this to turn on verbose mode. 
index 871e7594c17dd8a28a8cc0b6198eeea08478c597..cda437b60c0a1cbe2e9156cfdb1a252e5d568e8e 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: samba-common.postinst,v 1.1.6.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 set -e
index bf27445f18f19cdd7dfc43531fb1cbda48ae567d..8a4b6d3d55e2b5f4c21ebe6098495fd0d03207ec 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: samba-common.postrm,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 if [ "$1" = purge ]; then
index e3da337b2e0109f0d8d2d172de4e2a2eeeb19c7d..89792d436e4c503c638ed874b1106ceae63b6ff6 100644 (file)
@@ -1,6 +1,5 @@
 #/bin/sh -e
 #
-# $Id: samba.config,v 1.1.6.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 # Source debconf library.
index 4c30351b32fb37f9b8131e308a3089acfe4425fe..5d0f4671a00c954c5daa4b8ed734c68d44883ed3 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Start/stops the Samba daemons (nmbd and smbd).
 #
-# $Id: samba.init,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 # Defaults
index fda15e2204dc6457ecf30063345ec07a5935f99b..c3db0373f13caf354e9d6ce32a7afac8b3b2f307 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Post-installation script for the Samba package for Debian GNU/Linux
 #
-# $Id: samba.postinst,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 case "$1" in
index e3b00fabf44de2c79b9ac4b045b5600757f2f5e1..54bba45b4ff86ed8854716d2e811070cd5091e66 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh -e
 #
-# $Id: samba.postrm,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 if [ "$1" = purge ]; then
index 4623eee00c3af3f33e970c77c8d9c1e8c33c2f98..aabcbf709cc9588584370decbd3fa5def3eafc1d 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh -e
 #
-# $Id: patch-source,v 1.2.4.1 2003/06/01 04:30:13 peloy Exp $
 #
 
 for patch in debian/patches/*.patch; do
index 92014982fc48b4117024a11e77d8ba308e9492d5..0f577d362f200f1d5ff6e7d089c99b61cd538a15 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh -e
 #
-# $Id: unpatch-source,v 1.2.4.1 2003/06/01 04:30:13 peloy Exp $
 #
 
 # We want to reverse the patches in the opposite order we applied
index 1c9177f5f3bfdf9587fa96a8695bd92cac2c40f7..fac9bee8ca71162fa58d1d44a9df7f746b0cf889 100644 (file)
@@ -1,7 +1,6 @@
 #
 # Sample configuration file for the Samba suite for Debian GNU/Linux.
 #
-# $Id: smb.conf,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 # This is the main Samba configuration file. You should read the
 # smb.conf(5) manual page in order to understand the options listed
index 3dbebce796088bf88dd1dc1055bd4feb58a75b29..e210fae55eaa26379499eea44bba49a3d3931f85 100644 (file)
@@ -1,6 +1,5 @@
 #/bin/sh -e
 #
-# $Id: swat.config,v 1.1.2.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 # Source debconf library.
index b2a90b665025b6b4501ca2e1b8e689cbcc81b778..338f8a07c2304e50c856cc8ba73ba3b13172da6b 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: swat.postinst,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
index 52ad12b139f62b057b142e50ed80ce1d300f7542..6bc5873096e9782b497a29f6fb4c9c6037135878 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: swat.postrm,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 case "$1" in
index 28b7ff8cf0a9eb6e756346c5bfc97448b7798a7b..2dfdf3b83527565d42a6aaca2d4897a0f85c9520 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Start/stops the winbindd daemon.
 #
-# $Id: winbind.init,v 1.1.6.1 2003/06/01 04:30:10 peloy Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin