summaryrefslogtreecommitdiff
path: root/packaging/Debian
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-06 17:49:01 +0000
committerGerald Carter <jerry@samba.org>2003-06-06 17:49:01 +0000
commitb3984d69c3807ca3ae8a62f35eb97961986524c9 (patch)
treea2dc226db2595f7f96d056d380e49dd8b4af1b2e /packaging/Debian
parentad24f7fa62e4faf0a75274e98731aef7637e3312 (diff)
downloadsamba-b3984d69c3807ca3ae8a62f35eb97961986524c9.tar.gz
samba-b3984d69c3807ca3ae8a62f35eb97961986524c9.tar.bz2
samba-b3984d69c3807ca3ae8a62f35eb97961986524c9.zip
syncing RCS tag removal from 3.0 release tree
(This used to be commit 1038879c9422bda4cd3be5a403ea9a22a552312b)
Diffstat (limited to 'packaging/Debian')
-rw-r--r--packaging/Debian/README2
-rw-r--r--packaging/Debian/debian/README.build-upstream1
-rw-r--r--packaging/Debian/debian/README.debian1
-rw-r--r--packaging/Debian/debian/libsmbclient.postinst1
-rwxr-xr-xpackaging/Debian/debian/rules1
-rw-r--r--packaging/Debian/debian/samba-common.postinst1
-rw-r--r--packaging/Debian/debian/samba-common.postrm1
-rw-r--r--packaging/Debian/debian/samba.config1
-rw-r--r--packaging/Debian/debian/samba.init1
-rw-r--r--packaging/Debian/debian/samba.postinst1
-rw-r--r--packaging/Debian/debian/samba.postrm1
-rwxr-xr-xpackaging/Debian/debian/scripts/patch-source1
-rwxr-xr-xpackaging/Debian/debian/scripts/unpatch-source1
-rw-r--r--packaging/Debian/debian/smb.conf1
-rw-r--r--packaging/Debian/debian/swat.config1
-rw-r--r--packaging/Debian/debian/swat.postinst1
-rw-r--r--packaging/Debian/debian/swat.postrm1
-rw-r--r--packaging/Debian/debian/winbind.init1
18 files changed, 1 insertions, 18 deletions
diff --git a/packaging/Debian/README b/packaging/Debian/README
index a4577ba5b3..69fa2441a4 100644
--- a/packaging/Debian/README
+++ b/packaging/Debian/README
@@ -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 $
diff --git a/packaging/Debian/debian/README.build-upstream b/packaging/Debian/debian/README.build-upstream
index df7bd10014..f555f52af5 100644
--- a/packaging/Debian/debian/README.build-upstream
+++ b/packaging/Debian/debian/README.build-upstream
@@ -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 $
diff --git a/packaging/Debian/debian/README.debian b/packaging/Debian/debian/README.debian
index 0c4378810f..56361d3afb 100644
--- a/packaging/Debian/debian/README.debian
+++ b/packaging/Debian/debian/README.debian
@@ -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 $
diff --git a/packaging/Debian/debian/libsmbclient.postinst b/packaging/Debian/debian/libsmbclient.postinst
index 9dd6f47a9c..bd85266cdf 100644
--- a/packaging/Debian/debian/libsmbclient.postinst
+++ b/packaging/Debian/debian/libsmbclient.postinst
@@ -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
diff --git a/packaging/Debian/debian/rules b/packaging/Debian/debian/rules
index 321d02bca4..4cef604f8e 100755
--- a/packaging/Debian/debian/rules
+++ b/packaging/Debian/debian/rules
@@ -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.
diff --git a/packaging/Debian/debian/samba-common.postinst b/packaging/Debian/debian/samba-common.postinst
index 871e7594c1..cda437b60c 100644
--- a/packaging/Debian/debian/samba-common.postinst
+++ b/packaging/Debian/debian/samba-common.postinst
@@ -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
diff --git a/packaging/Debian/debian/samba-common.postrm b/packaging/Debian/debian/samba-common.postrm
index bf27445f18..8a4b6d3d55 100644
--- a/packaging/Debian/debian/samba-common.postrm
+++ b/packaging/Debian/debian/samba-common.postrm
@@ -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
diff --git a/packaging/Debian/debian/samba.config b/packaging/Debian/debian/samba.config
index e3da337b2e..89792d436e 100644
--- a/packaging/Debian/debian/samba.config
+++ b/packaging/Debian/debian/samba.config
@@ -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.
diff --git a/packaging/Debian/debian/samba.init b/packaging/Debian/debian/samba.init
index 4c30351b32..5d0f4671a0 100644
--- a/packaging/Debian/debian/samba.init
+++ b/packaging/Debian/debian/samba.init
@@ -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
diff --git a/packaging/Debian/debian/samba.postinst b/packaging/Debian/debian/samba.postinst
index fda15e2204..c3db0373f1 100644
--- a/packaging/Debian/debian/samba.postinst
+++ b/packaging/Debian/debian/samba.postinst
@@ -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
diff --git a/packaging/Debian/debian/samba.postrm b/packaging/Debian/debian/samba.postrm
index e3b00fabf4..54bba45b4f 100644
--- a/packaging/Debian/debian/samba.postrm
+++ b/packaging/Debian/debian/samba.postrm
@@ -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
diff --git a/packaging/Debian/debian/scripts/patch-source b/packaging/Debian/debian/scripts/patch-source
index 4623eee00c..aabcbf709c 100755
--- a/packaging/Debian/debian/scripts/patch-source
+++ b/packaging/Debian/debian/scripts/patch-source
@@ -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
diff --git a/packaging/Debian/debian/scripts/unpatch-source b/packaging/Debian/debian/scripts/unpatch-source
index 92014982fc..0f577d362f 100755
--- a/packaging/Debian/debian/scripts/unpatch-source
+++ b/packaging/Debian/debian/scripts/unpatch-source
@@ -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
diff --git a/packaging/Debian/debian/smb.conf b/packaging/Debian/debian/smb.conf
index 1c9177f5f3..fac9bee8ca 100644
--- a/packaging/Debian/debian/smb.conf
+++ b/packaging/Debian/debian/smb.conf
@@ -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
diff --git a/packaging/Debian/debian/swat.config b/packaging/Debian/debian/swat.config
index 3dbebce796..e210fae55e 100644
--- a/packaging/Debian/debian/swat.config
+++ b/packaging/Debian/debian/swat.config
@@ -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.
diff --git a/packaging/Debian/debian/swat.postinst b/packaging/Debian/debian/swat.postinst
index b2a90b6650..338f8a07c2 100644
--- a/packaging/Debian/debian/swat.postinst
+++ b/packaging/Debian/debian/swat.postinst
@@ -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
diff --git a/packaging/Debian/debian/swat.postrm b/packaging/Debian/debian/swat.postrm
index 52ad12b139..6bc5873096 100644
--- a/packaging/Debian/debian/swat.postrm
+++ b/packaging/Debian/debian/swat.postrm
@@ -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
diff --git a/packaging/Debian/debian/winbind.init b/packaging/Debian/debian/winbind.init
index 28b7ff8cf0..2dfdf3b835 100644
--- a/packaging/Debian/debian/winbind.init
+++ b/packaging/Debian/debian/winbind.init
@@ -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