rpms/cups/devel cups.init,1.19,1.20 cups.spec,1.518,1.519

Tim Waugh twaugh at fedoraproject.org
Tue Sep 15 10:11:02 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17526

Modified Files:
	cups.init cups.spec 
Log Message:
* Tue Sep 15 2009 Tim Waugh <twaugh at redhat.com> 1:1.4.1-2
- Fixed 'service cups status' to check for correct subsys name
  (bug #521641).



Index: cups.init
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.init,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- cups.init	24 Jul 2009 12:22:35 -0000	1.19
+++ cups.init	15 Sep 2009 10:11:01 -0000	1.20
@@ -112,7 +112,7 @@ case $1 in
 		echo
 	;;
 	status)
-		status $DAEMON
+		status cups
 		RETVAL=$?
 	;;
 	restartlog)


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -p -r1.518 -r1.519
--- cups.spec	14 Sep 2009 17:03:49 -0000	1.518
+++ cups.spec	15 Sep 2009 10:11:01 -0000	1.519
@@ -9,7 +9,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/1.4.0/cups-%{version}-source.tar.bz2
@@ -505,6 +505,10 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
+* Tue Sep 15 2009 Tim Waugh <twaugh at redhat.com> 1:1.4.1-2
+- Fixed 'service cups status' to check for correct subsys name
+  (bug #521641).
+
 * Mon Sep 14 2009 Tim Waugh <twaugh at redhat.com> 1:1.4.1-1
 - 1.4.1.
 




More information about the fedora-extras-commits mailing list