From 25ea54ef9c45e4c13d00500b1f51108483686a8a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Apr 2001 05:08:50 +0000 Subject: added Mandrake support from 2.2 (This used to be commit 9f8cb4906f98403d4a8f2577197720d72bdf6b4f) --- packaging/Mandrake/samba.xinetd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packaging/Mandrake/samba.xinetd (limited to 'packaging/Mandrake/samba.xinetd') diff --git a/packaging/Mandrake/samba.xinetd b/packaging/Mandrake/samba.xinetd new file mode 100644 index 0000000000..a6dea1f740 --- /dev/null +++ b/packaging/Mandrake/samba.xinetd @@ -0,0 +1,15 @@ +# 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 = localhost + user = root + server = /usr/sbin/swat + log_on_failure += USERID + disable = no +} -- cgit