From f9876dbe28c0df47a94b13d85447f4ab6bb7a8ad Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 9 Dec 2003 17:36:11 +0000 Subject: starting on Fedora packaging; reference point to begin with taken from RH 3.0.0-15 packaging files (This used to be commit 4062cc38fde129056ea7ff796f7d00cfb6abf263) --- packaging/Fedora/samba.xinetd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packaging/Fedora/samba.xinetd (limited to 'packaging/Fedora/samba.xinetd') 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 +} -- cgit