Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory 
checked in at 2018-03-04 12:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fetchmail (Old)
 and      /work/SRC/openSUSE:Factory/.fetchmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fetchmail"

Sun Mar  4 12:51:30 2018 rev:72 rq:582073 version:6.3.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes      2017-11-24 
10:56:56.502869719 +0100
+++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2018-03-04 
12:51:35.333810302 +0100
@@ -1,0 +2,7 @@
+Fri Mar  2 19:32:52 UTC 2018 - pmonrealgonza...@suse.com
+
+- By default, the status messages are redirected to 
+  /var/log/fetchmail. The syslog option or no-logging are also
+  available. (bsc#1033081)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fetchmail.spec ++++++
--- /var/tmp/diff_new_pack.wYXrwW/_old  2018-03-04 12:51:36.541766283 +0100
+++ /var/tmp/diff_new_pack.wYXrwW/_new  2018-03-04 12:51:36.545766137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fetchmail
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ fetchmail.exec ++++++
--- /var/tmp/diff_new_pack.wYXrwW/_old  2018-03-04 12:51:36.685761035 +0100
+++ /var/tmp/diff_new_pack.wYXrwW/_new  2018-03-04 12:51:36.709760161 +0100
@@ -17,10 +17,12 @@
 [ "`whoami`" = "fetchmail" -a -z "$FETCHMAILHOME" ] && \
     export FETCHMAILHOME=/var/lib/fetchmail
 
-if [ "$FETCHMAIL_DEFAULT_LOGFILE" = "syslog" -o "$FETCHMAIL_DEFAULT_LOGFILE" = 
"" ]; then
-    OPTS="$OPTS --syslog"
-else
-    OPTS="$OPTS -L $FETCHMAIL_DEFAULT_LOGFILE"
+if [ ! -z "$FETCHMAIL_DEFAULT_LOGFILE" ] ; then
+    if [ "$FETCHMAIL_DEFAULT_LOGFILE" = "syslog" ]; then
+        OPTS="$OPTS --syslog"
+    else
+        OPTS="$OPTS -L $FETCHMAIL_DEFAULT_LOGFILE"
+    fi
 fi
 
 exec /usr/bin/fetchmail $OPTS $FETCHMAIL_EXPERT_OPTIONS \

++++++ sysconfig.fetchmail ++++++
--- /var/tmp/diff_new_pack.wYXrwW/_old  2018-03-04 12:51:36.845755205 +0100
+++ /var/tmp/diff_new_pack.wYXrwW/_new  2018-03-04 12:51:36.849755059 +0100
@@ -28,14 +28,14 @@
 FETCHMAIL_SILENT="no"
 
 ## Type:        string
-## Default:     "syslog"
-## Options:     "syslog", "/path/to/file"
+## Default:     "/var/log/fetchmail"
+## Options:     "/path/to/file", "syslog", ""
 #
 # This option allows to redirect status messages in daemon mode to the
-# specified log file or syslog(3) system if available. If empty, status
-# messages are redirected syslog.
+# specified log file or syslog(3) system if available. If empty, omits
+# any logging options.
 #
-FETCHMAIL_DEFAULT_LOGFILE="syslog"
+FETCHMAIL_DEFAULT_LOGFILE="/var/log/fetchmail"
 
 ## Type:        string
 ## Default:     ""


Reply via email to