summaryrefslogtreecommitdiffstats
path: root/packaging/LSB/samba.xinetd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-07-03 01:01:12 +0000
committerJeremy Allison <jra@samba.org>2001-07-03 01:01:12 +0000
commiteae35e8f00ad6d83afac6b06e0f83500e4633391 (patch)
treecad9544c7511fa6212ae722969fd3627ea31ce91 /packaging/LSB/samba.xinetd
parent9b70d328cbe3a48cde2821db4293ee6a974ac86d (diff)
downloadsamba-eae35e8f00ad6d83afac6b06e0f83500e4633391.tar.gz
samba-eae35e8f00ad6d83afac6b06e0f83500e4633391.tar.xz
samba-eae35e8f00ad6d83afac6b06e0f83500e4633391.zip
Adding Michael Sweet's LSB packaging.
Jeremy. (This used to be commit 90985da62f733bed550ef326359bdbb8631ea554)
Diffstat (limited to 'packaging/LSB/samba.xinetd')
-rw-r--r--packaging/LSB/samba.xinetd15
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/LSB/samba.xinetd b/packaging/LSB/samba.xinetd
new file mode 100644
index 00000000000..8c38b354218
--- /dev/null
+++ b/packaging/LSB/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 = localhost
+ user = root
+ server = /usr/sbin/swat
+ log_on_failure += USERID
+ disable = yes
+}