Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d6cf5f59fe6f6316776b9d88b25bc4eeebb9d811)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d6cf5f59fe6f6316776b9d88b25bc4eeebb9d811)
  • Date: Sat, 26 Jan 2019 00:50:39 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/logrotate/HISTORY | 3 +++
utils/logrotate/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d6cf5f59fe6f6316776b9d88b25bc4eeebb9d811
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

logrotate: Fix installing default example config, file renamed in source

diff --git a/utils/logrotate/HISTORY b/utils/logrotate/HISTORY
index 843436e..f5b12a8 100644
--- a/utils/logrotate/HISTORY
+++ b/utils/logrotate/HISTORY
@@ -1,3 +1,6 @@
+2019-01-25 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fix installing default example config, file renamed in
source
+
2018-12-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.15.0

diff --git a/utils/logrotate/INSTALL b/utils/logrotate/INSTALL
index 7c2c25e..ae3352c 100755
--- a/utils/logrotate/INSTALL
+++ b/utils/logrotate/INSTALL
@@ -3,6 +3,6 @@ default_install &&
if [ "$LOGROTATE_EXAMPLE_CONFIG" == "y" ]; then
mkdir -p $INSTALL_ROOT/etc/logrotate.d &&

- install_config_file $SOURCE_DIRECTORY/examples/logrotate-default \
+ install_config_file $SOURCE_DIRECTORY/examples/logrotate.conf \
$INSTALL_ROOT/etc/logrotate.conf
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d6cf5f59fe6f6316776b9d88b25bc4eeebb9d811), Eric Sandall, 01/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page