8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Minor Mods

This commit is contained in:
paulbeach 2008-01-22 09:40:41 +00:00
parent f25d3a7390
commit d1d433a8c0

View File

@ -149,6 +149,7 @@ else
chmod a+s "$FB_FW/Resources/bin/gds_drop"
chmod a+s "$FB_FW/Resources/bin/fb_lock_mgr"
chown root "$FB_FW/Resources/bin/fb_lock_mgr"
chmod a+s "$FB_FW/Resources/bin/fb_inet_server"
fi
@ -196,7 +197,7 @@ echo "Install ourselves in the correct place Classic"
# inetd.d - older versions of MacOS
echo "Test inetd"
if [ -f //var/run/inted.pid -a -d /etc/inetd.d ]; then
if [ -f /var/run/inted.pid -a -d /etc/inetd.d ]; 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
cat /etc/inetd.conf /etc/.fb.inetd.conf.entry > /etc/.interbase.temp.install.inetd.conf