From 286b4fa388d544ffc79be6ab34bbd7330984e940bfd7f36efd479169c0c89884 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Jan 2009 16:52:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fetchmail?expand=0&rev=23 --- fetchmail.changes | 5 +++++ fetchmail.init | 4 ++-- fetchmail.spec | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/fetchmail.changes b/fetchmail.changes index aff2a02..708cc8e 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 12 14:53:53 CET 2009 - puzel@suse.cz + +- fix spurious messages from fetchmail.init (bnc#464037) + ------------------------------------------------------------------- Fri Nov 14 20:59:37 CET 2008 - mrueckert@suse.de diff --git a/fetchmail.init b/fetchmail.init index fe561f7..6a79992 100644 --- a/fetchmail.init +++ b/fetchmail.init @@ -144,7 +144,7 @@ case "$1" in fi $0 status if test $? = 0; then - $0 restart "$2" + $0 restart $2 else rc_reset # Not running is not a failure. fi @@ -155,7 +155,7 @@ case "$1" in ## Stop the service and regardless of whether it was ## running or not, start it again. $0 stop - $0 start "$2" + $0 start $2 # Remember status and be quiet rc_status diff --git a/fetchmail.spec b/fetchmail.spec index 75030ae..621a75f 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,7 +1,7 @@ # # spec file for package fetchmail (Version 6.3.8.90) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ License: GPL v2 or later; Other uncritical OpenSource License; Public Dom Group: Productivity/Networking/Email/Utilities AutoReqProv: on Version: 6.3.8.90 -Release: 12 +Release: 14 Source: %{name}-6.3.9-rc2.tar.bz2 Source1: %{name}.init Source2: %{name}.logrotate @@ -175,6 +175,8 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/fetchmailconf.* %changelog +* Mon Jan 12 2009 puzel@suse.cz +- fix spurious messages from fetchmail.init (bnc#464037) * Fri Nov 14 2008 mrueckert@suse.de - make the kerberos handling based on suse_version instead of sles_version