From 373795fd6f0764a62c58dbea9cc16a7a0c84369d Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Apr 19 2010 09:21:22 +0000 Subject: - add force-reload action to init script --- diff --git a/psacct.init b/psacct.init index 0b23387..3f6df43 100755 --- a/psacct.init +++ b/psacct.init @@ -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 diff --git a/psacct.spec b/psacct.spec index e4f1c94..cc6f318 100644 --- a/psacct.spec +++ b/psacct.spec @@ -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 - 6.5.4-3 +- add force-reload action to init script + * Fri Mar 5 2010 Ivana Hutarova Varekova - 6.5.4-2 - add the documentation fix init script