Changes between Version 23 and Version 24 of EmailtoTracScript


Ignore:
Timestamp:
Jan 15, 2006, 11:03:52 AM (18 years ago)
Author:
Bas van der Vlies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmailtoTracScript

    v23 v24  
    7373 
    7474First build, install email2trac :
    75   * Edit Makefile, adjust the variables (in particular INSTALL_DIR, MTA_USER and TRAC_USER)
     75  * ./configure
     76    {{{
     77    default values for:
     78       INSTALL_DIR=/usr/local --> --prefix=<path>
     79       MTA_USER=nobody        --> --with-mta_user=<name>
     80       TRAC_USER=www-data     --> --with-trac_user=<name>
     81    }}}     
    7682  * make
    7783  * make install