rpms/tigervnc/devel tigervnc.spec,1.13,1.14 vncserver.init,1.1,1.2

Adam Tkac atkac at fedoraproject.org
Mon Jul 13 10:45:05 UTC 2009


Author: atkac

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

Modified Files:
	tigervnc.spec vncserver.init 
Log Message:
- don't write warning when initscript is called with condrestart param (#508367)



Index: tigervnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tigervnc/devel/tigervnc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- tigervnc.spec	23 Jun 2009 13:10:46 -0000	1.13
+++ tigervnc.spec	13 Jul 2009 10:44:35 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		tigervnc
 Version:	0.0.91
-Release:	0.13%{?dist}
+Release:	0.13%{?dist}.1
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -244,6 +244,9 @@ fi
 %endif
 
 %changelog
+* Mon Jul 13 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13.1
+- don't write warning when initscript is called with condrestart param (#508367)
+
 * Tue Jun 23 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13
 - temporary use F11 Xserver base to make Xvnc compilable
 - BuildRequires: libXi-devel


Index: vncserver.init
===================================================================
RCS file: /cvs/pkgs/rpms/tigervnc/devel/vncserver.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- vncserver.init	3 Apr 2009 17:07:49 -0000	1.1
+++ vncserver.init	13 Jul 2009 10:44:35 -0000	1.2
@@ -98,7 +98,8 @@ case "$1" in
 	start
 	;;
   condrestart)
-	echo "condrestart is obsolete, use try-restart instead"
+#	https://bugzilla.redhat.com/show_bug.cgi?id=508367
+#	echo "condrestart is obsolete, use try-restart instead"
 	if [ -e /var/lock/subsys/vncserver ]; then
 	    stop
 	    sleep 3




More information about the fedora-extras-commits mailing list