You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
20 years ago
|
# xinetd service bforce-binkp
|
||
|
# Shamelessly stolen from RU.UNIX.FTN
|
||
|
# Original author Eugeny Davidov <2:5030/1900.3>
|
||
|
# Modified for ALTLinux by Sir Raorn <raorn@binec.ru>
|
||
|
service binkp
|
||
|
{
|
||
|
disable = no
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
protocol = tcp
|
||
|
user = fido
|
||
|
server = /usr/bin/bforce
|
||
|
server_args = -i binkp
|
||
|
}
|