added docs by Igor Mitichev

This commit is contained in:
Evgeniy Kozhuhovskiy
2005-05-03 21:23:20 +00:00
parent 2d9618e6fd
commit e0d853d5f1
4 changed files with 184 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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
}