| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader$ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.213 2009/07/07 18:08:39 apizer Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 47 | |
47 | |
| 48 | ################################################################################ |
48 | ################################################################################ |
| 49 | # Paths to external programs |
49 | # Paths to external programs |
| 50 | ################################################################################ |
50 | ################################################################################ |
| 51 | |
51 | |
| 52 | # system utilities |
52 | # system utilties |
| 53 | $externalPrograms{mv} = "/bin/mv"; |
53 | $externalPrograms{mv} = "/bin/mv"; |
| 54 | $externalPrograms{cp} = "/bin/cp"; |
54 | $externalPrograms{cp} = "/bin/cp"; |
| 55 | $externalPrograms{rm} = "/bin/rm"; |
55 | $externalPrograms{rm} = "/bin/rm"; |
| 56 | $externalPrograms{mkdir} = "/bin/mkdir"; |
56 | $externalPrograms{mkdir} = "/bin/mkdir"; |
| 57 | $externalPrograms{tar} = "/bin/tar"; |
57 | $externalPrograms{tar} = "/bin/tar"; |
| … | |
… | |
| 391 | # activated below gives access to all the directories in the National |
391 | # activated below gives access to all the directories in the National |
| 392 | # Problem Library. |
392 | # Problem Library. |
| 393 | # |
393 | # |
| 394 | $courseFiles{problibs} = { |
394 | $courseFiles{problibs} = { |
| 395 | Library => "NPL Directory", |
395 | Library => "NPL Directory", |
| 396 | # rochesterLibrary => "Rochester", |
396 | # rochesterLibrary => "Rochester", |
|
|
397 | # unionLibrary =>"Union", |
| 397 | # asuLibrary => "Arizona State", |
398 | # asuLibrary => "Arizona State", |
| 398 | # dcdsLibrary => "Detroit CDS", |
399 | # dcdsLibrary => "Detroit CDS", |
| 399 | # dartmouthLibrary => "Dartmouth", |
400 | # dartmouthLibrary => "Dartmouth", |
| 400 | # indianaLibrary => "Indiana", |
401 | # indianaLibrary => "Indiana", |
| 401 | # osuLibrary => "Ohio State", |
402 | # osuLibrary => "Ohio State", |