packaging: Remove LSB packaging
[nivanova/samba-autobuild/.git] / packaging / LSB / samba.xinetd
diff --git a/packaging/LSB/samba.xinetd b/packaging/LSB/samba.xinetd
deleted file mode 100644 (file)
index 8c38b35..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# default: off
-# description: SWAT is the Samba Web Admin Tool. Use swat \
-#             to configure your Samba server. To use SWAT, \
-#             connect to port 901 with your favorite web browser.
-service swat
-{
-       port    = 901
-       socket_type     = stream
-       wait    = no
-       only_from = localhost
-       user    = root
-       server  = /usr/sbin/swat
-       log_on_failure  += USERID
-       disable = yes
-}