[LON-CAPA-cvs] cvs: doc /install/redhat7.3 install.pl
matthew
lon-capa-cvs@mail.lon-capa.org
Tue, 24 Sep 2002 13:16:23 -0000
matthew Tue Sep 24 09:16:23 2002 EDT
Modified files:
/doc/install/redhat7.3 install.pl
Log:
Install dvips and omit installing appletalk.
I should have committed this a long time ago.
Index: doc/install/redhat7.3/install.pl
diff -u doc/install/redhat7.3/install.pl:1.8 doc/install/redhat7.3/install.pl:1.9
--- doc/install/redhat7.3/install.pl:1.8 Sun Sep 22 21:25:09 2002
+++ doc/install/redhat7.3/install.pl Tue Sep 24 09:16:23 2002
@@ -2,7 +2,7 @@
# The LearningOnline Network
# Red Hat 7.3 installation script
#
-# $Id: install.pl,v 1.8 2002/09/23 01:25:09 harris41 Exp $
+# $Id: install.pl,v 1.9 2002/09/24 13:16:23 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -208,7 +208,7 @@
my @misc_rpms = (
"$instdir/hwcrypto-1.0-3.i386.rpm", # already installed
"$instdir/m2crypto-0.05_snap4-2.i386.rpm", # okay w/o f,nd
- "$instdir/netatalk-1.5pre6-1rh7.i386.rpm" # hmmmm
+ "$instdir/tetex-dvips-1.0.7-47.i386.rpm"
);
##
## Okay, I have tried being nice about this and not doing '--force --nodeps',