[Pkg-samba-maint] r996 - trunk
Peter Eisentraut
petere at costa.debian.org
Wed Jan 25 00:00:29 UTC 2006
Author: petere
Date: 2006-01-25 00:00:27 +0000 (Wed, 25 Jan 2006)
New Revision: 996
Modified:
trunk/changelog
trunk/swat.postrm
Log:
Remove swat inetd registration in remove, not purge.
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2006-01-24 23:46:39 UTC (rev 995)
+++ trunk/changelog 2006-01-25 00:00:27 UTC (rev 996)
@@ -3,8 +3,9 @@
* Put correct paths for Debian installations into the man pages, and
remove outdated swat setup instructions therein. Closes: #321005
* Fix lintian overrides and install them into the right packages.
+ * Remove swat inetd registration in remove, not purge. Closes: #313214
- -- Peter Eisentraut <petere at debian.org> Wed, 25 Jan 2006 00:25:25 +0100
+ -- Peter Eisentraut <petere at debian.org> Wed, 25 Jan 2006 00:59:32 +0100
samba (3.0.21a-4) unstable; urgency=low
Modified: trunk/swat.postrm
===================================================================
--- trunk/swat.postrm 2006-01-24 23:46:39 UTC (rev 995)
+++ trunk/swat.postrm 2006-01-25 00:00:27 UTC (rev 996)
@@ -4,9 +4,9 @@
case "$1" in
purge)
- update-inetd --remove swat
;;
remove)
+ update-inetd --remove swat
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
More information about the Pkg-samba-maint
mailing list