summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-06-22 19:28:58 -0400
committerEudyptula <eitan@mosenkis.net>2009-06-22 19:28:58 -0400
commitbe18c4d92f8409deafe2ebde26d5d57ce044586d (patch)
treefe87385e541af01c309923965a80afde7a7c4e53 /shared
parentStarted working on converting terminal escape sequences to HTML equivalents (diff)
downloadingenue-be18c4d92f8409deafe2ebde26d5d57ce044586d.tar.gz
ingenue-be18c4d92f8409deafe2ebde26d5d57ce044586d.tar.bz2
ingenue-be18c4d92f8409deafe2ebde26d5d57ce044586d.zip
Integrated basic ANSI handling into logviewer, needs to be merged with logviewer metadata still
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 3e7affd..a8719ed 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -12,7 +12,7 @@ $conf['timezone']=10800; // Time difference in seconds between UTC and the defau
$conf['mod_rewrite']=true; // Use mod_rewrite for pretty URLs
$conf['check_email_dns']=true; // Use DNS to check the domain of submitted emails for validity
$conf['pkgdir_root']='/home/eitan/soc/tinderbox'; // The directory to recursively search for pkgdirs in
-$conf['emerge_default_opts']='-t -v -K --color=n --root-deps=rdeps'; // DON'T CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING
+$conf['emerge_default_opts']='-t -v -K --color=y --root-deps=rdeps'; // DON'T CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING
$conf['portdir']='/usr/portage'; // The directory conatining the portage tree to use (/usr/portage unless you have a reason to think otherwise)
$conf['logview_max']=1000;
?>