tags 87905 patch
thanks again for the fish

Just like Steve in this bug log, I actually see no reason for not
activating swat by default.

I remember I always found strange that I had to explicitely activate a
service which I voluntarily installed...

So, the attached patch should activate it after installation. Other
maintainers, comments?


-- 



--- swat.postinst.ori   2005-11-04 18:35:12.627266577 +0100
+++ swat.postinst       2005-11-04 18:35:41.066477728 +0100
@@ -16,8 +16,9 @@
                ;;
 esac
 
-# Set up swat, turned off by default.
+# Set up swat
 update-inetd --group OTHER --add \
  '#<off># 
swat\t\tstream\ttcp\tnowait.400\troot\t/usr/sbin/tcpd\t/usr/sbin/swat'
+update-inetd --enable swat
 
 #DEBHELPER#

Reply via email to