summaryrefslogtreecommitdiff
path: root/packaging/LSB/samba.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/LSB/samba.xinetd')
-rw-r--r--packaging/LSB/samba.xinetd15
1 files changed, 0 insertions, 15 deletions
diff --git a/packaging/LSB/samba.xinetd b/packaging/LSB/samba.xinetd
deleted file mode 100644
index 8c38b354218..00000000000
--- a/packaging/LSB/samba.xinetd
+++ /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
-}