- make the kpropd init script treat reload as restart (part of #225974)

This commit is contained in:
Nalin Dahyabhai 2009-04-06 20:33:44 +00:00
parent 45bffcbf45
commit d43a03520f
2 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,8 @@ case "$1" in
stop) stop)
stop stop
;; ;;
restart) # We don't really "do" reload, so treat it as a restart.
restart|reload)
stop stop
start start
;; ;;

View File

@ -238,6 +238,7 @@ certificate.
- fixup summary texts (part of #225974) - fixup summary texts (part of #225974)
- take the execute bit off of the protocol docs (part of #225974) - take the execute bit off of the protocol docs (part of #225974)
- unflag init scripts as configuration files (part of #225974) - unflag init scripts as configuration files (part of #225974)
- make the kpropd init script treat 'reload' as 'restart' (part of #225974)
* Tue Mar 17 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-19 * Tue Mar 17 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-19
- libgssapi_krb5: backport fix for some errors which can occur when - libgssapi_krb5: backport fix for some errors which can occur when