summaryrefslogtreecommitdiff
path: root/packaging/Mandrake/samba.xinetd
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-18 17:46:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:39 -0500
commit7374565f0c738b0a0753dd05328d1a5f45276659 (patch)
treed19c8ff19ee43874366c9ac272953f253f0b08fa /packaging/Mandrake/samba.xinetd
parentf74f7c933db6c981661ce5fc8666b87ad7ef41cc (diff)
downloadsamba-7374565f0c738b0a0753dd05328d1a5f45276659.tar.gz
samba-7374565f0c738b0a0753dd05328d1a5f45276659.tar.bz2
samba-7374565f0c738b0a0753dd05328d1a5f45276659.zip
r6372: removing outdated Mandrake packaging files and pointing at Mandriva cooker (after clearing with Buchan)
(This used to be commit f8fb342d4371dcbbedd63de84535e8e4dc35ce7a)
Diffstat (limited to 'packaging/Mandrake/samba.xinetd')
-rw-r--r--packaging/Mandrake/samba.xinetd15
1 files changed, 0 insertions, 15 deletions
diff --git a/packaging/Mandrake/samba.xinetd b/packaging/Mandrake/samba.xinetd
deleted file mode 100644
index 59910336bb..0000000000
--- a/packaging/Mandrake/samba.xinetd
+++ /dev/null
@@ -1,15 +0,0 @@
-# default: on
-# 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 = 127.0.0.1
- user = root
- server = /usr/sbin/swat
- log_on_failure += USERID
- disable = no
-}