diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-07 10:53:11 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-07 10:53:11 +0000 |
commit | c7cbd04be909957bd352b72c50d4fdd250af8acc (patch) | |
tree | c4dcac2b2b70ce90fe2a8bdd7ea68131ec352bd6 /mail/exim/files/exim.sh | |
parent | Chase the curl library bump (diff) |
make LOGDIR and LOG_FILE_PATH tunable [1]
add WITH_AUTH_RADIUS support [2]
Requested by: Lonnie Santella <lonniesantella@hotmail.com> [1]
Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [2]
Notes
Notes:
svn path=/head/; revision=110998
Diffstat (limited to 'mail/exim/files/exim.sh')
-rw-r--r-- | mail/exim/files/exim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/files/exim.sh b/mail/exim/files/exim.sh index cac669b06d41..58254cfab384 100644 --- a/mail/exim/files/exim.sh +++ b/mail/exim/files/exim.sh @@ -24,7 +24,7 @@ rcvar=`set_rcvar` command=%%PREFIX%%/sbin/exim pidfile=/var/run/exim.pid -required_dirs=/var/log/exim +required_dirs=%%LOGDIR%% required_files=%%PREFIX%%/etc/exim/configure start_precmd=start_precmd |