Issue 585397
Created on 2002-07-23 13:19 by stefan, last changed 2002-07-23 23:05 by richard.
msg301 |
Author: [hidden] (stefan) |
Date: 2002-07-23 13:19 |
|
the roundup-mailgw script hardcodes the python interpreter:
#! /usr/bin/python
should probably be
#! /usr/bin/env python
|
msg302 |
Author: [hidden] (richard) |
Date: 2002-07-23 23:05 |
|
Logged In: YES
user_id=6405
It is hardcoded to the location of the interpreter used to perform the
roundup installation. This allows a larger group of users to use
roundup without having to edit the interpreter line (eg. RedHat, where
"/usr/bin/env python" won't work, but the interpreter they used to
install roundup is guaranteed to work)
|
|
Date |
User |
Action |
Args |
2002-07-23 13:19:38 | stefan | create | |
|