From: Rob H. <for...@us...> - 2004-03-08 07:36:53
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9813 Modified Files: install.cfg Log Message: making locations of sh and perl configurable at install time Index: install.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/install.cfg,v retrieving revision 1.26 retrieving revision 1.27 diff -U2 -r1.26 -r1.27 --- install.cfg 21 Aug 2003 02:19:58 -0000 1.26 +++ install.cfg 8 Mar 2004 07:12:46 -0000 1.27 @@ -10,4 +10,6 @@ $httpuser = 'www-data'; $expectbin = '/usr/bin/expect'; +$perlbin= '/usr/local/perl5.8/bin/perl'; +$shbin= '/bin/sh'; $bindir = './debian/tmp/usr/bin'; $ssh_bin = '/usr/bin/ssh'; |