|
From: James R. <jcr...@ya...> - 2003-10-01 14:19:49
|
> I am using Mandrake 9.1 which has xinetd (seems to
> be an improvement
> over init.d) and has this in the firebird
> description in
> /etc/xinetd.d/firebird
>
> # default: on
> # description: Interbase server
> service gds_db
> {
> flags = REUSE
> socket_type = stream
> wait = no
> user = root
> log_on_success += USERID
> log_on_failure += USERID
> server =
> /opt/interbase/bin/gds_inet_server
> disable = no
> }
>
I think the equivalent line for inetd.conf would be:
gds_db stream tcp nowait root
/usr/interbase/bin/gds_inet_server
gds_inet_server
James
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|