[Pkg-samba-maint] r799 - trunk
Christian Perrier
bubulle at costa.debian.org
Thu Dec 15 22:01:25 UTC 2005
Author: bubulle
Date: 2005-12-15 22:01:24 +0000 (Thu, 15 Dec 2005)
New Revision: 799
Modified:
trunk/changelog
trunk/swat.postinst
trunk/swat.postrm
Log:
Enable swat ininetd when installing and remove it from inetd.conf when purging
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2005-12-15 21:56:07 UTC (rev 798)
+++ trunk/changelog 2005-12-15 22:01:24 UTC (rev 799)
@@ -7,6 +7,8 @@
* Preserve the local admin settings for run_mode in /etc/default/samba
when upgrading. Closes: #234038, #267988, #269735
* Winbind also must depend on lsb-base. Closes: #343379
+ * Enable swat in inetd when installing it and remove it when
+ uninstalling. Closes: #87905, #230936, #268429
[ Peter Eisentraut ]
* Added separate samba-doc-pdf package. Closes: #281971
Modified: trunk/swat.postinst
===================================================================
--- trunk/swat.postinst 2005-12-15 21:56:07 UTC (rev 798)
+++ trunk/swat.postinst 2005-12-15 22:01:24 UTC (rev 799)
@@ -8,7 +8,7 @@
# Set up swat, turned off by default.
update-inetd --group OTHER --add \
- '#<off># swat\t\tstream\ttcp\tnowait.400\troot\t/usr/sbin/tcpd\t/usr/sbin/swat'
+ '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
Modified: trunk/swat.postrm
===================================================================
--- trunk/swat.postrm 2005-12-15 21:56:07 UTC (rev 798)
+++ trunk/swat.postrm 2005-12-15 22:01:24 UTC (rev 799)
@@ -4,7 +4,7 @@
case "$1" in
purge)
- update-inetd --remove '/usr/sbin/swat$'
+ update-inetd --remove swat
;;
remove)
;;
More information about the Pkg-samba-maint
mailing list