--- trunk/webwork2/conf/global.conf.dist 2007/06/22 16:56:50 5018 +++ trunk/webwork2/conf/global.conf.dist 2007/06/22 18:57:40 5019 @@ -2,7 +2,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork2/conf/global.conf.dist,v 1.190 2007/06/01 14:25:08 gage Exp $ +# $CVSHeader: webwork2/conf/global.conf.dist,v 1.191 2007/06/19 19:04:45 apizer Exp $ # # This program is free software; you can redistribute it and/or modify it under # the terms of either: (a) the GNU General Public License as published by the @@ -54,7 +54,7 @@ $externalPrograms{rm} = "/bin/rm"; $externalPrograms{mkdir} = "/bin/mkdir"; $externalPrograms{tar} = "/bin/tar"; -$externalPrograms{gzip} = "/usr/bin/gzip"; +$externalPrograms{gzip} = "/bin/gzip"; # equation rendering/hardcopy utiltiies $externalPrograms{latex} = "/usr/bin/latex"; @@ -225,7 +225,6 @@ $webworkURLs{bugReporter} = "http://bugs.webwork.rochester.edu/"; # Location of CSS -#$webworkURLs{stylesheet} = "$webworkURLs{htdocs}/css/ur.css"; $webworkURLs{stylesheet} = "$webworkURLs{htdocs}/css/${defaultTheme}.css"; # Location of jsMath script, used for the jsMath display mode.