
hashar at svn
May 21, 2012, 12:54 PM
Post #1 of 1
(47 views)
Permalink
|
|
SVN: [115412] trunk/tools/wikibugs/wikibugs
|
|
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115412 Revision: 115412 Author: hashar Date: 2012-05-21 19:54:15 +0000 (Mon, 21 May 2012) Log Message: ----------- change dir: /var/wikibugs /var/lib/wikibugs/log Wikibugs runs under username 'wikibugs' which now has its homedir under /var/lib/wikibugs Modified Paths: -------------- trunk/tools/wikibugs/wikibugs Modified: trunk/tools/wikibugs/wikibugs =================================================================== --- trunk/tools/wikibugs/wikibugs 2012-05-21 15:53:17 UTC (rev 115411) +++ trunk/tools/wikibugs/wikibugs 2012-05-21 19:54:15 UTC (rev 115412) @@ -33,6 +33,7 @@ --help brief help message --dir Directory to write logfiles to + Default: /var/lib/wikibugs/log --stdout Write every message to stdout instead of to files, messages will be prefixed with Bugzilla product name. @@ -44,7 +45,7 @@ # Array holding command line options my %opt = ( - 'dir' => '/var/wikibugs', + 'dir' => '/var/lib/wikibugs/log', 'debug' => 0, ); GetOptions( \%opt, 'debug', 'help', 'dir=s', 'stdout' ) or pod2usage(2); _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|