- Fix 'service cups reload' not to give an error message.

This commit is contained in:
Tim Waugh 2006-06-01 12:58:58 +00:00
parent be3fa562d8
commit e0ed490661
2 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,6 @@ case $1 in
;;
reload)
echo -n $"Reloading $prog: "
config
killproc $DAEMON -HUP
RETVAL=$?
echo

View File

@ -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 <twaugh@redhat.com> 1:1.2.1-4
- Fix 'service cups reload' not to give an error message.
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-3
- Fix 'localhost' fallback in httpAddrGetList() (bug #192628, STR #1723).