[Pkg-samba-maint] r4055 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Tue May 1 05:08:34 UTC 2012
Author: bubulle
Date: 2012-05-01 05:08:25 +0000 (Tue, 01 May 2012)
New Revision: 4055
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/winbind.postrm
Log:
Use "set -e" in winbind postrm instead of passing -e in the
shebang line
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2012-05-01 05:06:39 UTC (rev 4054)
+++ trunk/samba/debian/changelog 2012-05-01 05:08:25 UTC (rev 4055)
@@ -5,6 +5,8 @@
server security.
* Build-Depend on debhelper >= 9~ (which is in unstable for a few
months now)
+ * Use "set -e" in winbind postrm instead of passing -e in the
+ shebang line
-- Christian Perrier <bubulle at debian.org> Mon, 30 Apr 2012 22:28:57 +0200
Modified: trunk/samba/debian/winbind.postrm
===================================================================
--- trunk/samba/debian/winbind.postrm 2012-05-01 05:06:39 UTC (rev 4054)
+++ trunk/samba/debian/winbind.postrm 2012-05-01 05:08:25 UTC (rev 4055)
@@ -1,5 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
if [ "$1" = purge ]; then
rm -rf /var/cache/samba/netsamlogon_cache.tdb /var/cache/samba/winbindd_cache.tdb
rm -rf /var/log/samba/log.winbind* /var/log/samba/log.wb*
More information about the Pkg-samba-maint
mailing list