8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This commit is contained in:
alexpeshkoff 2008-01-04 13:06:28 +00:00
parent c3def46cf2
commit cda1df235c

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: install-script,v 1.1.2.8 2007-12-29 00:59:35 asfernandes Exp $ # $Id: install-script,v 1.1.2.9 2008-01-04 13:06:28 alexpeshkoff Exp $
# #
# Script args: # Script args:
# $0: full path to script # $0: full path to script
@ -198,7 +198,7 @@ echo "Install ourselves in the correct place Classic"
# inetd.d - older versions of MacOS # inetd.d - older versions of MacOS
echo "Test inetd" echo "Test inetd"
if [ -f //var/run/inted.pid -a -d /etc/inetd.d ]; then if [ -f /var/run/inetd.pid -a -d /etc/inetd.d ]; then
if [ -f /etc/inetd.conf ]; then if [ -f /etc/inetd.conf ]; then
echo "gds_db stream tcp nowait root $FB_FW/Resources/bin/fb_inet_server fb_inet_server" > /etc/.fb.inetd.conf.entry echo "gds_db stream tcp nowait root $FB_FW/Resources/bin/fb_inet_server fb_inet_server" > /etc/.fb.inetd.conf.entry
cat /etc/inetd.conf /etc/.fb.inetd.conf.entry > /etc/.interbase.temp.install.inetd.conf cat /etc/inetd.conf /etc/.fb.inetd.conf.entry > /etc/.interbase.temp.install.inetd.conf