From 17626f15a17919e6e8909e170d0c8579e5d96e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Popelka?= Date: Tue, 13 Jul 2010 09:28:53 +0000 Subject: [PATCH] - Added restartlog to initscript usage output (bug #612996). --- cups.init | 2 +- cups.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cups.init b/cups.init index 09f7171..b01c52a 100644 --- a/cups.init +++ b/cups.init @@ -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 diff --git a/cups.spec b/cups.spec index 78c1009..c937dbc 100644 --- a/cups.spec +++ b/cups.spec @@ -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 1:1.4.4-7 +- Added restartlog to initscript usage output (bug #612996). + * Mon Jul 12 2010 Jiri Popelka 1:1.4.4-6 - Moved LICENSE.txt to libs sub-package.