From d6c0b775aca994fc0db8614afaa199b1ad84aecb Mon Sep 17 00:00:00 2001 From: skidder Date: Fri, 31 Oct 2003 12:25:40 +0000 Subject: [PATCH] We are known as Firebird now --- builds/install/arch-specific/linux/classic/postinstall.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/install/arch-specific/linux/classic/postinstall.sh.in b/builds/install/arch-specific/linux/classic/postinstall.sh.in index 5bba7ce525..ed020228d6 100644 --- a/builds/install/arch-specific/linux/classic/postinstall.sh.in +++ b/builds/install/arch-specific/linux/classic/postinstall.sh.in @@ -31,7 +31,7 @@ # Contributor(s): # # -# $Id: postinstall.sh.in,v 1.4 2003-10-31 12:21:27 skidder Exp $ +# $Id: postinstall.sh.in,v 1.5 2003-10-31 12:25:40 skidder Exp $ # # The post install script for Firebird Classic @@ -150,7 +150,7 @@ EOF updateInetdEntry() { FileName=/etc/inetd.conf - newLine="gds_db stream tcp nowait.30000 $RunUser $FBBin/fb_inet_server fb_inet_server # InterBase Database Remote Server" + newLine="gds_db stream tcp nowait.30000 $RunUser $FBBin/fb_inet_server fb_inet_server # Firebird Database Remote Server" oldLine=`grep "^gds_db" $FileName` replaceLineInFile "$FileName" "$newLine" "$oldLine"