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.
gentoo-overlay/dev-java/rxtx/files/lockfiled.xinetd

14 lines
202 B

service lfd
{
port = 50001
bind = localhost
type = UNLISTED
flags = REUSE
socket_type = stream
wait = no
user = uucp
server = /usr/sbin/in.lfd
log_on_failure += USERID
disable = yes
}