summaryrefslogtreecommitdiff
path: root/extra/samba/swat.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/samba/swat.xinetd')
-rw-r--r--extra/samba/swat.xinetd10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/samba/swat.xinetd b/extra/samba/swat.xinetd
deleted file mode 100644
index b083ad860..000000000
--- a/extra/samba/swat.xinetd
+++ /dev/null
@@ -1,10 +0,0 @@
-service swat
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/bin/swat
- log_on_success += HOST DURATION
- log_on_failure += HOST
- disable = yes
-}