[LON-CAPA-cvs] cvs: doc /install/redhat7.3 install.pl
matthew
lon-capa-cvs@mail.lon-capa.org
Sun, 12 Jan 2003 19:07:28 -0000
matthew Sun Jan 12 14:07:28 2003 EDT
Modified files:
/doc/install/redhat7.3 install.pl
Log:
Fixed idiocy in firewall (still disable firewalls :( )
Found another php package to remove.
Index: doc/install/redhat7.3/install.pl
diff -u doc/install/redhat7.3/install.pl:1.18 doc/install/redhat7.3/install.pl:1.19
--- doc/install/redhat7.3/install.pl:1.18 Tue Jan 7 21:48:01 2003
+++ doc/install/redhat7.3/install.pl Sun Jan 12 14:07:28 2003
@@ -2,7 +2,7 @@
# The LearningOnline Network
# Red Hat 7.3 installation script
#
-# $Id: install.pl,v 1.18 2003/01/08 02:48:01 harris41 Exp $
+# $Id: install.pl,v 1.19 2003/01/12 19:07:28 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -261,7 +261,8 @@
"asp2php-0.76.2-1",
"php-ldap-4.1.2-7",
"php-devel-4.1.2-7",
- "php-4.1.2-7");
+ "php-4.1.2-7",
+ "php-pgsql-4.1.2-7");
&print_and_log("Removing php packages");
foreach my $php_rpm (@php_rpms) {
@@ -416,8 +417,8 @@
##
system("/sbin/chkconfig ipchains off");
system("/etc/init.d/ipchains stop");
-system("/sbin/chkconfig iptables on");
-system("/etc/init.d/iptables start");
+system("/sbin/chkconfig iptables off");
+system("/etc/init.d/iptables stop");
# Someday we will add these to /etc/sysconfig/ipchains.
# "-A input -s 0/0 -d 0/0 8080 -p tcp -y -j ACCEPT",