- make the kpropd init script treat reload as restart (part of #225974)
This commit is contained in:
parent
45bffcbf45
commit
d43a03520f
@ -45,7 +45,8 @@ case "$1" in
|
||||
stop)
|
||||
stop
|
||||
;;
|
||||
restart)
|
||||
# We don't really "do" reload, so treat it as a restart.
|
||||
restart|reload)
|
||||
stop
|
||||
start
|
||||
;;
|
||||
|
@ -238,6 +238,7 @@ certificate.
|
||||
- fixup summary texts (part of #225974)
|
||||
- take the execute bit off of the protocol docs (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
|
||||
- libgssapi_krb5: backport fix for some errors which can occur when
|
||||
|
Loading…
Reference in New Issue
Block a user