summaryrefslogtreecommitdiff
path: root/packaging/Fedora/samba.xinetd
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-12-09 21:31:38 +0000
committerGerald Carter <jerry@samba.org>2003-12-09 21:31:38 +0000
commit272be24ffd94f81c273775e154f01d93028d4b28 (patch)
treea7e9bf6e88d59808cc394dada79db7ac987d2d5f /packaging/Fedora/samba.xinetd
parentea4e53904ed015a754b5151fdd705fbab1630750 (diff)
downloadsamba-272be24ffd94f81c273775e154f01d93028d4b28.tar.gz
samba-272be24ffd94f81c273775e154f01d93028d4b28.tar.bz2
samba-272be24ffd94f81c273775e154f01d93028d4b28.zip
working on packaging; also fixed some path issues in configure.in & Makefile.in
(This used to be commit c16e51bfaf59b2d5b1b800ee272ac45b13b9a9fc)
Diffstat (limited to 'packaging/Fedora/samba.xinetd')
-rw-r--r--packaging/Fedora/samba.xinetd15
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/Fedora/samba.xinetd b/packaging/Fedora/samba.xinetd
new file mode 100644
index 0000000000..8b62348dde
--- /dev/null
+++ b/packaging/Fedora/samba.xinetd
@@ -0,0 +1,15 @@
+# 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 = 127.0.0.1
+ user = root
+ server = /usr/sbin/swat
+ log_on_failure += USERID
+ disable = yes
+}