- Added restartlog to initscript usage output (bug #612996).

This commit is contained in:
Jiří Popelka 2010-07-13 09:28:53 +00:00
parent fa65c8fde9
commit 17626f15a1
2 changed files with 5 additions and 2 deletions

View File

@ -137,7 +137,7 @@ case $1 in
;;
*)
echo $"Usage: $prog {start|stop|restart|condrestart|try-restart|reload|force-reload|status}"
echo $"Usage: $prog {start|stop|restart|restartlog|condrestart|try-restart|reload|force-reload|status}"
exit 2
esac

View File

@ -8,7 +8,7 @@
Summary: Common Unix Printing System
Name: cups
Version: 1.4.4
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@ -567,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT
%{php_extdir}/phpcups.so
%changelog
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.4-7
- Added restartlog to initscript usage output (bug #612996).
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.4-6
- Moved LICENSE.txt to libs sub-package.