[pkg-firebird-general] using xinet.d by default and a few fixed to the xinet.d/firebird2.5 file

marius adrian popa mapopa at gmail.com
Fri Apr 25 15:20:46 UTC 2014


Hello damyan could you modify firebird2.5-classic to use xinet.d by default

seems that is what is used by firebird 2.5.x installer and xinet.d
popularity is increasing
(it's a lot easier to modify the xinet.d files is also used in redhat
type systems)

also i have corrected a few mistakes in the firebird 2.5 file (bind to
ipv4 localhost ip , cleanup old pre xp sp2 bug)

http://qa.debian.org/popcon.php?package=xinetd

# default: on
# description: FirebirdSQL classic server, v2.5
#
# firebird2.5-classic uses /etc/xinet.d/firebird2.5 by default

service gds_db
{
        bind                    = 127.0.0.1
        disable                 = no
        flags                   = REUSE NODELAY
        socket_type             = stream
        wait                    = no
        user                    = firebird
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/sbin/fb_inet_server
}



More information about the pkg-firebird-general mailing list