1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/databases/firebird20-server/scripts/addservice
Will Andrews cca71f50d2 Add firebird 0.9, the open-source InterBase(tm) 6.0 spin-off
(Classic version).

PR:		24313
Submitted by:	Geoffrey C. Speicher <geoff@sea-incorporated.com>
2001-03-10 20:32:33 +00:00

10 lines
249 B
Bash

#!/bin/sh
cat >>/etc/services <<EOF
gds_db 3050/tcp #InterBase Database Remote Protocol
EOF
cat >>/etc/inetd.conf <<EOF
gds_db stream tcp nowait firebird /usr/interbase/bin/gds_inet_server gds_inet_server
EOF
kill -HUP `cat /var/run/inetd.pid`