Changeset 1261 for trunk/locker


Ignore:
Timestamp:
Jul 9, 2009, 10:17:19 PM (15 years ago)
Author:
ezyang
Message:
Fix broken trac installer from FC11.

I removed the templates directory; we may want to look
into restoring this parameter in a different form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/deploy/bin/trac

    r1222 r1261  
    3838print STDERR "running trac-admin:\n";
    3939system(qw(/usr/bin/trac-admin tracdata initenv),
    40        $name, $dbstring, $repotype, $repopath, '/usr/share/trac/templates');
     40       $name, $dbstring, $repotype, $repopath);
    4141# XXX this exposes the SQL password on the command line
    4242
Note: See TracChangeset for help on using the changeset viewer.