summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authoreitan <eitan@localhost.(none)>2010-03-17 12:22:24 -0400
committereitan <eitan@localhost.(none)>2010-03-17 12:22:24 -0400
commit22e36e19f8c4c343dbe3e6f6c1bcd9ab9de5a217 (patch)
treeca032b6b18319e1560e35ba185d9db6dbb2ae6c8 /shared
parentFix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_obj (diff)
downloadingenue-master.tar.gz
ingenue-master.tar.bz2
ingenue-master.zip
Updated deps to allow for php-5.3 removed USE flags; Tweaked MakefileHEADmaster
Diffstat (limited to 'shared')
-rw-r--r--shared/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config.php b/shared/config.php
index e8ed1e2..527d820 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -21,7 +21,7 @@ $check_email_dns=true; // Use DNS to check the domain of submitted emails for va
// $logview_max=1000; // The maximum number of log entries shown on one page (1000 is a good start)
// $progressbar_width=350; // The width, in pixels, of the config wizard progress bar
// Backend options:
-$pkgdir_root='/home/eitan/soc/tinderbox'; // The directory to recursively search for pkgdirs (Backend only)
+$pkgdir_root='/home/eitan/soc2009/tinderbox'; // The directory to recursively search for pkgdirs (Backend only)
// $emerge_default_opts='-v --color=y'; // Options to add to all emerge commands
// $portdir='/usr/portage'; // The directory conatining the portage tree to use (/usr/portage unless you have a reason to think otherwise)
$backend_id='red'; // A name or other way of identifying this backend as opposed to other backends working for the same frontend