- properly advertise that the kpropd init script now supports force-reload (Zbysek Mraz #630587)

This commit is contained in:
Nalin Dahyabhai 2011-02-01 10:38:05 -05:00
parent 3442cb8a33
commit 293e1a6e51
2 changed files with 5 additions and 1 deletions

View File

@ -84,7 +84,7 @@ case "$1" in
fi
;;
*)
echo $"Usage: $0 {start|stop|status|reload|restart|condrestart}"
echo $"Usage: $0 {start|stop|restart|condrestart|reload|status|force-reload}"
RETVAL=2
;;
esac

View File

@ -633,6 +633,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
* Tue Feb 1 2011 Nalin Dahyabhai <nalin@redhat.com>
- properly advertise that the kpropd init script now supports force-reload
(Zbysek Mraz #630587)
* Wed Jan 26 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9-2
- pkinit: when verifying signed data, use the CMS APIs for better
interoperability (#636985, RT#6851)