Changes in / [20:30]


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

Legend:

Unmodified
Added
Removed
  • /emailtotracscript/trunk/AUTHORS

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

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

    r20 r30  
    3131First build, install email2trac :
    3232
    33   * Edit Makefile, adjust the variables (in particular INSTALL_DIR, MTA_USER
    34     and TRAC_USER)
     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    }}}
    3542  * make
    3643  * make install
    37   * Define a symlink /etc/email2trac.conf referencing
    38     $INSTALL_DIR/email2trac.conf
     44  * First install copy emailtrac.conf to $sysconfdir
    3945
    4046 After installation, edit email2trac.conf for your site. Most important
  • /emailtotracscript/trunk/run_email2trac.c

    • Property svn:keywords set to Id
    r20 r30  
    11/*
    22        run_email2trac.c
    3         Authors: Bas van der Vlies and Walter de Jong
     3        Authors: Bas van der Vlies, Walter de Jong and Michel Jouvin
     4        SVN Info:
     5                $Id$
    46
    57        Only nobody can become the user www-data. Postfix uses this
     
    2527#
    2628*/
    27 
    2829#include <stdlib.h>
    2930#include <unistd.h>
  • /emailtotracscript/trunk/run_email2trac.h

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