[Bug 351580] Re: trac CGI templates have incorrect #! line

Joel Shprentz jshprentz at his.com
Sun May 3 13:50:38 UTC 2009


These shebang lines appear correct:

    #!${executable}

They appear in files in Trac's admin/templates directory. The command

    trac-admin /path/to/trac/instance deploy /path/to/deployment

will copy the templates to /path/to/deployment/cgi-bin and edit them to
reference your Trac instance. Among the edits,

    #!${executable}

will be replaced by something appropriate for your system, such as

    #!/usr/bin/python

The real bug, in my opinion, is that "trac-admin deploy" is poorly
documented by Trac. See Trac ticket 6827 for their discussion of this
topic: http://trac.edgewall.org/ticket/6827


** Bug watch added: Edgewall Trac #6827
   http://trac.edgewall.org/ticket/6827

-- 
trac CGI templates have incorrect #! line
https://bugs.launchpad.net/bugs/351580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list