summaryrefslogtreecommitdiffstats
path: root/packaging/RedHat/samba.xinetd
diff options
context:
space:
mode:
authorcvs2svn Import User <samba-bugs@samba.org>2002-05-30 20:08:33 +0000
committercvs2svn Import User <samba-bugs@samba.org>2002-05-30 20:08:33 +0000
commit25b0ab1d7753e00f73254a3b951b87fbf75f3686 (patch)
tree0857c307c57647512cb607e902c1d77e6f4f2f71 /packaging/RedHat/samba.xinetd
parent503dca2692153681871cd278912050b95896783c (diff)
downloadsamba-25b0ab1d7753e00f73254a3b951b87fbf75f3686.tar.gz
samba-25b0ab1d7753e00f73254a3b951b87fbf75f3686.tar.xz
samba-25b0ab1d7753e00f73254a3b951b87fbf75f3686.zip
This commit was manufactured by cvs2svn to create tagsamba-misc-tags/APPLIANCE_HEAD_PRE_2_2_5_MERGE
'APPLIANCE_HEAD_PRE_2_2_5_MERGE'.
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
-}