removing more RCS tags
authorGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 17:27:25 +0000 (17:27 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 17:27:25 +0000 (17:27 +0000)
17 files changed:
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 8b6cc681787f6aab36cb537aee12d5f9445b3eb4..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.2 2003/06/01 07:12:51 peloy Exp $
 
index d73f91a1546a88692c4527591113591f5d455e3d..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.3 2003/06/01 07:12:51 peloy Exp $
index 3223fa64d6b22a0cea202fa350c6dca415125511..bd85266cdf9839fc3f2c4833b249f2d145c1e89b 100644 (file)
@@ -2,7 +2,6 @@
 #
 # postinst script for libsmbclient
 #
-# $Id: libsmbclient.postinst,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 if [ "$1" = "configure" ]; then
index 79be52a04470f10102821e3d86b746be06e6e610..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.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 # Uncomment this to turn on verbose mode. 
index b3f3c5e9fdc7535c6dbfa5f3d356c99cf27749a0..cda437b60c0a1cbe2e9156cfdb1a252e5d568e8e 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: samba-common.postinst,v 1.2 2003/06/01 07:12:51 peloy Exp $
 #
 
 set -e
index 0f005e1055415b6e46357510e01c8cf3f8d6290a..8a4b6d3d55e2b5f4c21ebe6098495fd0d03207ec 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: samba-common.postrm,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 if [ "$1" = purge ]; then
index 022d5fe6dc44d3fcbe6c1398c9263b12ed47f4a0..89792d436e4c503c638ed874b1106ceae63b6ff6 100644 (file)
@@ -1,6 +1,5 @@
 #/bin/sh -e
 #
-# $Id: samba.config,v 1.2 2003/06/01 07:12:51 peloy Exp $
 #
 
 # Source debconf library.
index 3894fe1e6462f9908d325dd2f38eac22949a5829..5d0f4671a00c954c5daa4b8ed734c68d44883ed3 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Start/stops the Samba daemons (nmbd and smbd).
 #
-# $Id: samba.init,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 # Defaults
index 00f9fde3b22708a05cbd7a7f111ce0509c7441ce..c3db0373f13caf354e9d6ce32a7afac8b3b2f307 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Post-installation script for the Samba package for Debian GNU/Linux
 #
-# $Id: samba.postinst,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 case "$1" in
index b929061f373be663f67140284383813c608b3cb6..54bba45b4ff86ed8854716d2e811070cd5091e66 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh -e
 #
-# $Id: samba.postrm,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 if [ "$1" = purge ]; then
index ac2140f9939bc1e703bf8538ee82823b87fc560f..aabcbf709cc9588584370decbd3fa5def3eafc1d 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh -e
 #
-# $Id: patch-source,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 for patch in debian/patches/*.patch; do
index ae58b2851ca1a60a195f3ab92334ad9ba4e44877..0f577d362f200f1d5ff6e7d089c99b61cd538a15 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh -e
 #
-# $Id: unpatch-source,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 # We want to reverse the patches in the opposite order we applied
index f5d04889d1a963f8107b990c88814503e13b6dcf..fac9bee8ca71162fa58d1d44a9df7f746b0cf889 100644 (file)
@@ -1,7 +1,6 @@
 #
 # Sample configuration file for the Samba suite for Debian GNU/Linux.
 #
-# $Id: smb.conf,v 1.3 2003/06/01 07:12:51 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 ae539d2ae53900a2294a2cdd95b36e07e0e03525..e210fae55eaa26379499eea44bba49a3d3931f85 100644 (file)
@@ -1,6 +1,5 @@
 #/bin/sh -e
 #
-# $Id: swat.config,v 1.2 2003/06/01 07:12:51 peloy Exp $
 #
 
 # Source debconf library.
index c06f3a72fbcb672cecf3bc336957a022095300f1..338f8a07c2304e50c856cc8ba73ba3b13172da6b 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: swat.postinst,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
index 30fa0d63c80555d0f25016fd76380f6124a370b1..6bc5873096e9782b497a29f6fb4c9c6037135878 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: swat.postrm,v 1.3 2003/06/01 07:12:51 peloy Exp $
 #
 
 case "$1" in
index b7c2389dabbc753b0d021a1821eb2e2a575f4d9c..2dfdf3b83527565d42a6aaca2d4897a0f85c9520 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Start/stops the winbindd daemon.
 #
-# $Id: winbind.init,v 1.2 2003/06/01 07:12:51 peloy Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin