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

2009-05-18 Thread Malcolm Scott
Ah, right, I wasn't aware of trac-admin deploy; I assumed one was supposed to copy/symlink the template. ** Changed in: trac (Ubuntu) Status: New => Invalid -- trac CGI templates have incorrect #! line https://bugs.launchpad.net/bugs/351580 You received this bug notification because you a

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

2009-05-03 Thread Joel Shprentz
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. Am