[dw-free] make_system.pl has a hardcoded "LiveJournal"
[commit: http://hg.dwscoalition.org/dw-free/rev/de69dffa3c00]
http://bugs.dwscoalition.org/show_bug.cgi?id=1719
Use $LJ::SITENAMESHORT.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1719
Use $LJ::SITENAMESHORT.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/make_system.pl
-------------------------------------------------------------------------------- diff -r 257410deeeaa -r de69dffa3c00 bin/upgrading/make_system.pl --- a/bin/upgrading/make_system.pl Tue Sep 08 07:39:12 2009 -0500 +++ b/bin/upgrading/make_system.pl Tue Sep 08 15:03:19 2009 -0500 @@ -8,7 +8,7 @@ my $dbh = LJ::get_dbh("master"); my $dbh = LJ::get_dbh("master"); print " -This tool will create your LiveJournal 'system' account and +This tool will create your $LJ::SITENAMESHORT 'system' account and set its password. Or, if you already have a system user, it'll change its password to whatever you specify. "; --------------------------------------------------------------------------------