12 Feb 2006 20:19
Re: EoC and MySQL
On Wed, Jan 25, 2006 at 06:35:40AM +0200, Lars Wirzenius wrote: > certainly do want it at least somewhat usable before May. Any feedback > (mails or patches) will only help to accelerate things: other people since you ask.. ;) I would like to see a more detailed postfix howto in the package. A script like this is needed to use postfix, so this script should be included, it should be placed in /var/lib/eoc/eoc.sh (assuming /var/lib/eoc is eoc home). . ~/.bashrc isn't strictly needed, perhaps you should first check if that file exists before parsing bashrc. I need to mangle PATH and LD_LIBRARY_PATH so I need it. ---------------------- #!/bin/sh . ~/.bashrc set -e SENDER="$1" shift RECIPIENT="$1" shift export SENDER RECIPIENT if ! enemies-of-carlotta --is-list --name "$RECIPIENT" --quiet; then exit 67 #EX_NOUSER from sysexit.h(Continue reading)
RSS Feed