diff --git a/conman.init b/conman.init index 21e1ba7..896f428 100644 --- a/conman.init +++ b/conman.init @@ -65,6 +65,11 @@ case "$1" in $0 start RETVAL=$? ;; + condrestart) + [ -f "/var/lock/subsys/conman" ] && $0 restart || : + RETVAL=$? + echo + ;; reload) echo -n "Reloading ConMan: " killproc conmand -HUP diff --git a/conman.spec b/conman.spec index 109c19f..4bc39ba 100644 --- a/conman.spec +++ b/conman.spec @@ -1,6 +1,6 @@ Name: conman Version: 0.1.9.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ConMan - The Console Manager Group: Applications/System @@ -98,6 +98,9 @@ fi %{_mandir}/*/* %changelog +* Wed Jul 05 2006 Jarod Wilson 0.1.9.2-3 +- Add missing condrestart fuction to initscript + * Tue Jun 27 2006 Jarod Wilson 0.1.9.2-2 - Don't strip bins on make install, leave for find-debug.sh