[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (397675cfbfae24df64535ef4b8bcf2758b00fdea)
Vlad Glagolev
scm at sourcemage.org
Thu Oct 22 04:06:52 EDT 2009
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/ &&
More information about the SM-Commit
mailing list