Changes in / [30:20]


Ignore:
Location:
/emailtotracscript
Files:
3 added
7 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • /emailtotracscript/trunk/AUTHORS

    r30 r20  
    33  Walter de Jong <walter@sara.nl>
    44
    5 The 0.9 port and is made by:
    6   Michel Jouvin <jouvin@lal.in2p3.fr>
    75
    86Initial setup and ideas from:
  • /emailtotracscript/trunk/ChangeLog

    r30 r20  
    1 2006-01-15  Bas van der Vlies <basv@sara.nl>:
    2         * Added configure script.
    3 
    412006-01-10  Bas van der Vlies <basv@sara.nl>:
    52        * Removed project_root from source and config file
  • /emailtotracscript/trunk/INSTALL

    r30 r20  
    3131First build, install email2trac :
    3232
    33   * ./configure (see --help)
    34     {{{
    35     default values for:
    36        prefix=/usr/local        --> --prefix=<path>
    37        exec_prefix=$prefix/bin  --> --exec_prefix=<path>
    38        sysconfdir=$prefix/etc   --> --sysconfdir=<path>
    39        MTA_USER=nobody          --> --with-mta_user=<name>
    40        TRAC_USER=www-data       --> --with-trac_user=<name>
    41     }}}
     33  * Edit Makefile, adjust the variables (in particular INSTALL_DIR, MTA_USER
     34    and TRAC_USER)
    4235  * make
    4336  * make install
    44   * First install copy emailtrac.conf to $sysconfdir
     37  * Define a symlink /etc/email2trac.conf referencing
     38    $INSTALL_DIR/email2trac.conf
    4539
    4640 After installation, edit email2trac.conf for your site. Most important
  • /emailtotracscript/trunk/run_email2trac.c

    • Property svn:keywords deleted
    r30 r20  
    11/*
    22        run_email2trac.c
    3         Authors: Bas van der Vlies, Walter de Jong and Michel Jouvin
    4         SVN Info:
    5                 $Id$
     3        Authors: Bas van der Vlies and Walter de Jong
    64
    75        Only nobody can become the user www-data. Postfix uses this
     
    2725#
    2826*/
     27
    2928#include <stdlib.h>
    3029#include <unistd.h>
  • /emailtotracscript/trunk/run_email2trac.h

    • Property svn:keywords deleted
    r30 r20  
    11/*
    2 
    3 AUTHOR: Michel Jouvin
    4 SVN Info:
    5         $Id$
    6 
    72Local site configuration
    83Value defined here are just default values than can be overriden at compile time
     
    2217/* email2trac script name and path */
    2318#ifndef TRAC_SCRIPT_NAME
    24 #define TRAC_SCRIPT_NAME "email2trac"
     19#define TRAC_SCRIPT_NAME "email2trac.py"
    2520#endif
    2621#ifndef TRAC_SCRIPT_PATH
Note: See TracChangeset for help on using the changeset viewer.