You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
267 B
13 lines
267 B
13 years ago
|
# default: off
|
||
|
# description: KDE version of the talk server (accepting talk requests
|
||
|
# for chatting with users on other systems).
|
||
|
service ntalk
|
||
|
{
|
||
|
disable = yes
|
||
|
socket_type = dgram
|
||
|
wait = yes
|
||
|
user = root
|
||
|
group = tty
|
||
|
server = /usr/bin/ktalkd
|
||
|
}
|