repo.or.cz
/
t2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dash:
[t2.git]
/
package
/
network
/
samba
/
README.xinetd
blob
01afb89a07a1eaf8f95079d59248ec216e058670
1
Add the following to /etc/xinetd.conf:
2
3
service swat
4
{
5
socket_type = stream
6
port = 901
7
protocol = tcp
8
wait = no
9
user = root
10
server = D_sbindir/swat
11
}
12
13
And the following to /etc/services:
14
15
swat 901/tcp # SWAT (Samba Administration Tool)