Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1372 closed defect (fixed)

install trac.fcgi as trac.cgi

Reported by: Topia <topia@…> Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

  • setup.py

     
    9595        if copied:
    9696            self.outfiles.append(ofile)
    9797
     98        ofile, copied = self.copy_file(os.path.join(self.build_dir,
     99                                                    'trac.fcgi'), cgi_dir)
     100        if copied:
     101            self.outfiles.append(ofile)
     102
    98103        if os.name == 'posix':
    99104            # Set the executable bits (owner, group, and world) on
    100105            # all the scripts we just installed.
     
    210215      scripts=[_p('scripts/trac-admin'),
    211216               _p('scripts/tracd'),
    212217               _p('scripts/tracdb2env'),
    213                _p('cgi-bin/trac.cgi')],
     218               _p('cgi-bin/trac.cgi'),
     219               _p('cgi-bin/trac.fcgi')],
    214220      cmdclass = {'install': my_install,
    215221                  'install_scripts': my_install_scripts,
    216222                  'install_data': my_install_data})

Attachments (0)

Change History (1)

comment:1 by Matthew Good, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [2244]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.