mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
contrib/xinetd: xinetd file for cmsd and ttsdbserver
mailling list post from: Ecmel Ercan <ecmel.ercan@gmail.com>
This commit is contained in:
parent
6b1d497984
commit
359126b739
2 changed files with 26 additions and 0 deletions
13
cde/contrib/xinetd/cmsd
Normal file
13
cde/contrib/xinetd/cmsd
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
service cmsd
|
||||||
|
{
|
||||||
|
disable = no
|
||||||
|
type = RPC UNLISTED
|
||||||
|
rpc_number = 100068
|
||||||
|
rpc_version = 2-5
|
||||||
|
socket_type = dgram
|
||||||
|
protocol = udp
|
||||||
|
wait = yes
|
||||||
|
user = root
|
||||||
|
server = /usr/dt/bin/rpc.cmsd
|
||||||
|
only_from = 127.0.0.1/0
|
||||||
|
}
|
13
cde/contrib/xinetd/ttdbserver
Normal file
13
cde/contrib/xinetd/ttdbserver
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
service ttdbserver
|
||||||
|
{
|
||||||
|
disable = yes
|
||||||
|
type = RPC UNLISTED
|
||||||
|
rpc_number = 100083
|
||||||
|
rpc_version = 1
|
||||||
|
socket_type = stream
|
||||||
|
protocol = tcp
|
||||||
|
wait = yes
|
||||||
|
user = root
|
||||||
|
server = /usr/dt/bin/rpc.ttdbserver
|
||||||
|
only_from = 127.0.0.1/0
|
||||||
|
}
|
Loading…
Reference in a new issue