[Pkg-samba-maint] r3587 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Thu Sep 9 20:17:23 UTC 2010
Author: bubulle
Date: 2010-09-09 20:17:14 +0000 (Thu, 09 Sep 2010)
New Revision: 3587
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/swat.postinst
Log:
Drop transition code from (pre-etch) 3.0.20b-3 version in swat postinst
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2010-09-09 20:15:45 UTC (rev 3586)
+++ trunk/samba/debian/changelog 2010-09-09 20:17:14 UTC (rev 3587)
@@ -6,6 +6,7 @@
[ Christian Perrier ]
* Fix comment in swat's postinst. It is not turned off by default
Closes: #596040
+ * Drop transition code from (pre-etch) 3.0.20b-3 version in swat postinst
-- Christian Perrier <bubulle at debian.org> Thu, 09 Sep 2010 20:49:29 +0200
Modified: trunk/samba/debian/swat.postinst
===================================================================
--- trunk/samba/debian/swat.postinst 2010-09-09 20:15:45 UTC (rev 3586)
+++ trunk/samba/debian/swat.postinst 2010-09-09 20:17:14 UTC (rev 3587)
@@ -7,13 +7,4 @@
update-inetd --group OTHER --add \
'swat\t\tstream\ttcp\tnowait.400\troot\t/usr/sbin/tcpd\t/usr/sbin/swat'
-# Fix symlinks
-for dir in manpages Samba3-ByExample Samba3-Developers-Guide Samba3-HOWTO; do
- if [ ! -L /usr/share/samba/swat/help/$dir ] && \
- dpkg --compare-versions "$oldversion" lt-nl 3.0.20b-3; then
- rm -rf /usr/share/samba/swat/help/$dir
- ln -s ../../../doc/samba-doc/htmldocs/$dir /usr/share/samba/swat/help/$dir
- fi
-done
-
#DEBHELPER#
More information about the Pkg-samba-maint
mailing list