From bf661647c54bc2c9e775d55f2c5413c3da93f709 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jun 01 2006 12:58:58 +0000 Subject: - Fix 'service cups reload' not to give an error message. --- diff --git a/cups.init b/cups.init index f84772e..697852b 100644 --- a/cups.init +++ b/cups.init @@ -84,7 +84,6 @@ case $1 in ;; reload) echo -n $"Reloading $prog: " - config killproc $DAEMON -HUP RETVAL=$? echo diff --git a/cups.spec b/cups.spec index 448e28a..360007a 100644 --- a/cups.spec +++ b/cups.spec @@ -5,7 +5,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.2.1 -Release: 3 +Release: 4 License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -381,6 +381,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Thu Jun 1 2006 Tim Waugh 1:1.2.1-4 +- Fix 'service cups reload' not to give an error message. + * Thu May 25 2006 Tim Waugh 1:1.2.1-3 - Fix 'localhost' fallback in httpAddrGetList() (bug #192628, STR #1723).