From: Mike G. v. a. <we...@ma...> - 2005-09-07 01:17:15
|
Log Message: ----------- Typographic clean up of global.conf.dist Modified Files: -------------- webwork-modperl/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/conf/global.conf.dist,v retrieving revision 1.134 retrieving revision 1.135 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.134 -r1.135 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -60,7 +60,10 @@ $externalPrograms{tar} = "/usr/bin/tar"; # Basic image manipulation utilities + +#################################################### # Most sites only need to configure the first line +#################################################### my $netpbm_prefix = "/usr/bin"; $externalPrograms{giftopnm} = "$netpbm_prefix/giftopnm"; $externalPrograms{ppmtopgm} = "$netpbm_prefix/ppmtopgm"; @@ -72,7 +75,7 @@ # The source file is input with cat, and the output is redirected to # the desired file. -$externalPrograms{gif2eps} = "$externalPrograms{giftopnm} | $externalPrograms{ppmtopgm}| $externalPrograms{pnmtops} -noturn 2>/dev/null"; +$externalPrograms{gif2eps} = "$externalPrograms{giftopnm} | $externalPrograms{ppmtopgm}| $externalPrograms{pnmtops} -noturn 2>/dev/null"; $externalPrograms{png2eps} = "$externalPrograms{pngtopnm} | $externalPrograms{ppmtopgm} | $externalPrograms{pnmtops} -noturn 2>/dev/null"; $externalPrograms{gif2png} = "$externalPrograms{giftopnm} | $externalPrograms{pnmtopng}"; @@ -82,13 +85,15 @@ # However, this was causing improper display of some sort in PDFs. + + ################################################################################ # Mail settings ################################################################################ # Mail sent by the PG system and the mail merge and feedback modules will be # sent via this SMTP server. -$mail{smtpServer} = 'mail.yourschool.edu'; +$mail{smtpServer} = 'mail.rochester.edu'; # When connecting to the above server, WeBWorK will send this address in the # MAIL FROM command. This has nothing to do with the "From" address on the mail |