Bug 241755 153 print PASSWD "# DO NOT EDIT THIS FILE! You must instead go to http://warp/mozilla.org, and\n";

r=leaf
This commit is contained in:
timeless%mozdev.org 2004-04-30 12:10:33 +00:00
Родитель e162bfe14c
Коммит a9050bf000
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -150,7 +150,7 @@ while (@reprow = $repquery->fetchrow()) {
$outfile = "CVSROOT/passwd";
open(PASSWD, ">$outfile") || die "Can't open $outfile";
print PASSWD "# DO NOT EDIT THIS FILE! You must instead go to http://warp/mozilla.org, and\n";
print PASSWD "# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and\n";
print PASSWD "# tweak things from there.\n";
while (@row = $query->fetchrow()) {