diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/config.php | 2 |
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 |