- add force-reload action to init script

This commit is contained in:
Ivana Varekova 2010-04-19 09:21:22 +00:00
parent 82e4995c4e
commit 373795fd6f
2 changed files with 6 additions and 3 deletions

View File

@ -67,14 +67,14 @@ case "$1" in
exit 3
fi
;;
restart|reload)
restart|reload|force-reload)
stop
start
;;
*)
# do not advertise unreasonable commands that there is no reason
# to use with this device
echo $"Usage: $0 {start|stop|status|restart|reload}"
echo $"Usage: $0 {start|stop|status|restart|reload|force-reload}"
exit 2
esac

View File

@ -12,7 +12,7 @@
Summary: Utilities for monitoring process activities
Name: psacct
Version: 6.5.4
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
Group: Applications/System
URL: ftp://ftp.gnu.org/pub/gnu/acct/
@ -154,6 +154,9 @@ fi
%{_infodir}/accounting.info.gz
%changelog
* Mon Apr 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 6.5.4-3
- add force-reload action to init script
* Fri Mar 5 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 6.5.4-2
- add the documentation
fix init script