Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (397675cfbfae24df64535ef4b8bcf2758b00fdea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (397675cfbfae24df64535ef4b8bcf2758b00fdea)
  • Date: Thu, 22 Oct 2009 03:06:52 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/exim/HISTORY | 4 ++++
mail/exim/INSTALL | 8 --------
2 files changed, 4 insertions(+), 8 deletions(-)

New commits:
commit 397675cfbfae24df64535ef4b8bcf2758b00fdea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: don't touch the logfiles

diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 77b2837..4d0e705 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2009-10-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: don't touch the log files, there could be a syslog usage,
+ for example, no need to choose for the user what to use.
+
2009-10-16 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: fixed gdbm name

diff --git a/mail/exim/INSTALL b/mail/exim/INSTALL
index 7a654b3..07e1def 100755
--- a/mail/exim/INSTALL
+++ b/mail/exim/INSTALL
@@ -1,14 +1,6 @@
make_normal &&
make install &&

-touch $INSTALL_ROOT/var/log/exim_main \
- $INSTALL_ROOT/var/log/exim_panic \
- $INSTALL_ROOT/var/log/exim_reject &&
-
-chown exim.exim $INSTALL_ROOT/var/log/exim_main \
- $INSTALL_ROOT/var/log/exim_panic \
- $INSTALL_ROOT/var/log/exim_reject &&
-
# copy usefull convert tool
message "Look @ /usr/doc/exim/doc for convert tools..." &&
cp -v src/convert*.src doc/ &&




Archive powered by MHonArc 2.6.24.

Top of Page