1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +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:
Jon Trulson 2012-09-23 19:32:17 -06:00
parent 6b1d497984
commit 359126b739
2 changed files with 26 additions and 0 deletions

13
cde/contrib/xinetd/cmsd Normal file
View 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
}

View 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
}