[system] / trunk / webwork-modperl / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 736 Revision 737
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
4# $Id: global.conf.dist,v 1.11 2003-01-21 20:25:51 sh002i Exp $ 4# $Id: global.conf.dist,v 1.12 2003-02-18 07:04:11 sh002i Exp $
5################################################################################ 5################################################################################
6 6
7# This file is used to set up the default WeBWorK course environment for all 7# This file is used to set up the default WeBWorK course environment for all
8# requests. Values may be overwritten by the course.conf for a specific course. 8# requests. Values may be overwritten by the course.conf for a specific course.
9# All package variables set in this file are added to the course environment. 9# All package variables set in this file are added to the course environment.
113 # "prof2\@host.yourdomain.edu", 113 # "prof2\@host.yourdomain.edu",
114 #], 114 #],
115); 115);
116 116
117%externalPrograms = ( 117%externalPrograms = (
118 mkdir => "/bin/mkdir",
118 tth => "/usr/local/bin/tth", 119 tth => "/usr/local/bin/tth",
119 pdflatex => "/usr/local/bin/pdflatex", 120 pdflatex => "/usr/local/bin/pdflatex",
120 latex => "/usr/local/bin/latex", 121 latex => "/usr/local/bin/latex",
121 dvipng => "/usr/local/bin/dvipng -mode ljfivemp -D600 -Q6 -x1000.5 -bgTransparent", 122 dvipng => "/usr/local/bin/dvipng -mode ljfivemp -D600 -Q6 -x1000.5 -bgTransparent",
122 gif2eps => "$webworkDirs{bin}/gif2eps", 123 gif2eps => "$webworkDirs{bin}/gif2eps",

Legend:
Removed from v.736  
changed lines
  Added in v.737

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9