[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [fedora-virt] ksmtuned, v2
- From: Mark McLoughlin <markmc redhat com>
- To: Dan Kenigsberg <danken redhat com>
- Cc: fedora-virt redhat com
- Subject: Re: [fedora-virt] ksmtuned, v2
- Date: Tue, 06 Oct 2009 14:34:04 +0100
On Wed, 2009-09-23 at 10:52 +0300, Dan Kenigsberg wrote:
> diff --git a/ksmtuned.init b/ksmtuned.init
> index 205531a..46332f8 100644
> --- a/ksmtuned.init
> +++ b/ksmtuned.init
> @@ -75,8 +75,11 @@ case "$1" in
> condrestart)
> condrestart
> ;;
> + retune)
> + kill -SIGUSR1 `cat ${pidfile}`
> + RETVAL=$?
> *)
> - echo $"Usage: $prog {start|stop|restart|condrestart|status|help}"
> + echo $"Usage: $prog {start|stop|restart|condrestart|status|retune|help}"
> RETVAL=3
> esac
Unusually, I'm actually testing the stuff I'm building today and I hit:
/etc/init.d/ksmtuned: line 81: syntax error near unexpected token `)'
/etc/init.d/ksmtuned: line 81: ` *)'
Missing a ';;' in the handling of retune; fixed now
Cheers,
Mark.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]