From 7f80fd7fd22207e84dccf4b7c5e0701260be8496 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Jul 13 2009 10:44:35 +0000 Subject: - don't write warning when initscript is called with condrestart param (#508367) --- diff --git a/tigervnc.spec b/tigervnc.spec index 1872ddb..2d81637 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -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 0.0.91-0.13.1 +- don't write warning when initscript is called with condrestart param (#508367) + * Tue Jun 23 2009 Adam Tkac 0.0.91-0.13 - temporary use F11 Xserver base to make Xvnc compilable - BuildRequires: libXi-devel diff --git a/vncserver.init b/vncserver.init index 3a5bf57..9308545 100644 --- a/vncserver.init +++ b/vncserver.init @@ -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