- add force-reload action to init script
This commit is contained in:
parent
82e4995c4e
commit
373795fd6f
@ -67,14 +67,14 @@ case "$1" in
|
|||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
restart|reload)
|
restart|reload|force-reload)
|
||||||
stop
|
stop
|
||||||
start
|
start
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# do not advertise unreasonable commands that there is no reason
|
# do not advertise unreasonable commands that there is no reason
|
||||||
# to use with this device
|
# 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
|
exit 2
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Summary: Utilities for monitoring process activities
|
Summary: Utilities for monitoring process activities
|
||||||
Name: psacct
|
Name: psacct
|
||||||
Version: 6.5.4
|
Version: 6.5.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: ftp://ftp.gnu.org/pub/gnu/acct/
|
URL: ftp://ftp.gnu.org/pub/gnu/acct/
|
||||||
@ -154,6 +154,9 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 5 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 6.5.4-2
|
||||||
- add the documentation
|
- add the documentation
|
||||||
fix init script
|
fix init script
|
||||||
|
Loading…
Reference in New Issue
Block a user