summaryrefslogtreecommitdiffstats
path: root/packaging/RedHat/samba.xinetd
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-01-20 01:11:26 +0000
committerGerald Carter <jerry@samba.org>2006-01-20 01:11:26 +0000
commit39af5278974fc8603e9c914608b94cc32e39084c (patch)
treec4d80ba9d0bd22b86980c60f3fe1469c7de8770a /packaging/RedHat/samba.xinetd
parent25a4db093d71f10224009c16e6850402f4e15df9 (diff)
downloadsamba-39af5278974fc8603e9c914608b94cc32e39084c.tar.gz
samba-39af5278974fc8603e9c914608b94cc32e39084c.tar.xz
samba-39af5278974fc8603e9c914608b94cc32e39084c.zip
r13048: trying to fix the confusion over packaging platforms
Diffstat (limited to 'packaging/RedHat/samba.xinetd')
-rw-r--r--packaging/RedHat/samba.xinetd15
1 files changed, 0 insertions, 15 deletions
diff --git a/packaging/RedHat/samba.xinetd b/packaging/RedHat/samba.xinetd
deleted file mode 100644
index 8c38b354218..00000000000
--- a/packaging/RedHat/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
-}