- don't write warning when initscript is called with condrestart param
(#508367)
This commit is contained in:
parent
2a74bac09e
commit
7f80fd7fd2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user