[Pkg-samba-maint] r3510 - branches/samba/backports-unofficial/lenny-latest/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat Jun 5 05:13:04 UTC 2010
Author: bubulle
Date: 2010-06-05 05:12:55 +0000 (Sat, 05 Jun 2010)
New Revision: 3510
Removed:
branches/samba/backports-unofficial/lenny-latest/debian/winbind.prerm
Modified:
branches/samba/backports-unofficial/lenny-latest/debian/changelog
branches/samba/backports-unofficial/lenny-latest/debian/winbind.postinst
Log:
Drop calls to pam-auth-update
Modified: branches/samba/backports-unofficial/lenny-latest/debian/changelog
===================================================================
--- branches/samba/backports-unofficial/lenny-latest/debian/changelog 2010-05-31 12:09:32 UTC (rev 3509)
+++ branches/samba/backports-unofficial/lenny-latest/debian/changelog 2010-06-05 05:12:55 UTC (rev 3510)
@@ -1,3 +1,9 @@
+samba (2:3.5.3~dfsg-1~unoff50+2) UNRELEASED; urgency=low
+
+ * Drop calls to pam-auth-update in winbind.prerm and winbind.postinst
+
+ -- Christian Perrier <bubulle at debian.org> Sat, 05 Jun 2010 07:12:05 +0200
+
samba (2:3.5.3~dfsg-1~unoff50+1) lenny-backports-latest; urgency=low
* Backport to lenny.
Modified: branches/samba/backports-unofficial/lenny-latest/debian/winbind.postinst
===================================================================
--- branches/samba/backports-unofficial/lenny-latest/debian/winbind.postinst 2010-05-31 12:09:32 UTC (rev 3509)
+++ branches/samba/backports-unofficial/lenny-latest/debian/winbind.postinst 2010-06-05 05:12:55 UTC (rev 3510)
@@ -13,6 +13,4 @@
mv /var/run/samba/idmap_cache.tdb /var/cache/samba/idmap_cache.tdb
fi
-pam-auth-update --package
-
#DEBHELPER#
Deleted: branches/samba/backports-unofficial/lenny-latest/debian/winbind.prerm
===================================================================
--- branches/samba/backports-unofficial/lenny-latest/debian/winbind.prerm 2010-05-31 12:09:32 UTC (rev 3509)
+++ branches/samba/backports-unofficial/lenny-latest/debian/winbind.prerm 2010-06-05 05:12:55 UTC (rev 3510)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = remove ]; then
- pam-auth-update --package --remove winbind
-fi
-
-#DEBHELPER#
More information about the Pkg-samba-maint
mailing list