Silvan Calarco
690f4a096f
x86_64: install cups backend under %{_prefix}/lib/cups, not %{_libdir}/cups x86_64: install pam and nss libraries under /lib64 instead of /lib use patch to fix smbd link against libtirpc instead of passing LDFLAGS [release 3.6.23-1mamba;Wed Apr 02 2014]
16 lines
484 B
Plaintext
16 lines
484 B
Plaintext
# 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 = no
|
|
}
|