mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
misc
This commit is contained in:
parent
c3def46cf2
commit
cda1df235c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user