From d9c9ceffeecfb8e5805d8aca679a1142c282542c Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 6 Sep 2016 15:37:18 +0200 Subject: [PATCH 1/3] Fixed wrong date in ChangeLog --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2cee75ff..50272000 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -Version 3.1.2, released September 5th, 2015 +Version 3.1.2, released September 5th, 2016 =========================================== - Fixed two vulnerabilities From 559dca3bd836d112312922fb782515002a426a68 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 21 Sep 2016 17:22:39 +0200 Subject: [PATCH 2/3] Removed "functions" library which does not exist on some linux distros --- elogd.init | 12 ++++++------ elogd.init_template | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/elogd.init b/elogd.init index 0f0be6f5..8982b4b1 100644 --- a/elogd.init +++ b/elogd.init @@ -6,9 +6,6 @@ # config: /usr/local/elog/elogd.cfg # pidfile: /var/run/elogd.pid -# Source function library. -# . /etc/rc.d/init.d/functions - # Check for the config file if [ ! -f /usr/local/elog/elogd.cfg ]; then exit 0 @@ -33,9 +30,12 @@ case "$1" in echo -n "Starting elogd: " /usr/local/sbin/elogd -D -c /usr/local/elog/elogd.cfg > /dev/null 2>&1 RETVAL=$? - if [ $RETVAL -eq 0 ] ; then - touch /var/lock/subsys/elogd - fi + if [ $RETVAL -eq 0 ] ; then + touch /var/lock/subsys/elogd + echo_success + else + echo_failure + fi echo ;; stop) diff --git a/elogd.init_template b/elogd.init_template index 6db4a283..e94b5d7c 100755 --- a/elogd.init_template +++ b/elogd.init_template @@ -6,9 +6,6 @@ # config: @PREFIX@/elog/elogd.cfg # pidfile: /var/run/elogd.pid -# Source function library. -# . /etc/rc.d/init.d/functions - # Check for the config file if [ ! -f @PREFIX@/elog/elogd.cfg ]; then exit 0 @@ -35,6 +32,9 @@ case "$1" in RETVAL=$? if [ $RETVAL -eq 0 ] ; then touch /var/lock/subsys/elogd + echo_success + else + echo_failure fi echo ;; From 1ad7eb4fb14b0aa82f57ed6733a5d8ccd3a8f3c5 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 27 Sep 2016 10:44:48 +0200 Subject: [PATCH 3/3] Removed sourceforge link --- doc/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/index.html b/doc/index.html index aa7f8893..006116a9 100755 --- a/doc/index.html +++ b/doc/index.html @@ -209,10 +209,6 @@ If your are reading this documentation from your local ELOG server, check for updates on the ELOG Home Page . -

- See also the ELOG project pages on - SourceForge