From: Alexander P. <ale...@us...> - 2004-02-13 10:19:14
|
Build Version : T2.0.0.6476 Firebird 2.0 UNSTABLE (writeBuildNum.sh,v 1.6478 2004/02/13 10:13:36 alexpeshkoff ) Update of /cvsroot/firebird/firebird2/src/install/arch-specific/linux/super In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26213 Modified Files: Tag: B1_5_Release postinstall.sh.in Log Message: Don't add lines to hosts.allow file Index: postinstall.sh.in =================================================================== RCS file: /cvsroot/firebird/firebird2/src/install/arch-specific/linux/super/Attic/postinstall.sh.in,v retrieving revision 1.2.2.18 retrieving revision 1.2.2.19 diff -b -U3 -r1.2.2.18 -r1.2.2.19 --- postinstall.sh.in 8 Feb 2004 11:34:33 -0000 1.2.2.18 +++ postinstall.sh.in 13 Feb 2004 10:13:32 -0000 1.2.2.19 @@ -561,7 +561,7 @@ # Add entries to host.equiv & hosts.allow files updateHostsDotFile /etc/hosts.equiv - updateHostsDotFile /etc/hosts.allow +# updateHostsDotFile /etc/hosts.allow # remove any gds_db line in the /etc/inetd.conf |