diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-01-12 21:44:27 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-01-12 21:44:27 +0000 |
commit | bf1eea47a7b6a8021d141570a661a9586ed5ec4b (patch) | |
tree | ffb76b4bb7f2210d047884a14904d65a65614746 /app-sci/zetagrid | |
parent | Bugfixes: init-script added, updated dependencies, saved zeta.cfg from being ... (diff) | |
download | gentoo-2-bf1eea47a7b6a8021d141570a661a9586ed5ec4b.tar.gz gentoo-2-bf1eea47a7b6a8021d141570a661a9586ed5ec4b.tar.bz2 gentoo-2-bf1eea47a7b6a8021d141570a661a9586ed5ec4b.zip |
fixed typo
Diffstat (limited to 'app-sci/zetagrid')
-rw-r--r-- | app-sci/zetagrid/files/zetagrid.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/zetagrid/files/zetagrid.init b/app-sci/zetagrid/files/zetagrid.init index bfee1562119a..9535f723aa8f 100644 --- a/app-sci/zetagrid/files/zetagrid.init +++ b/app-sci/zetagrid/files/zetagrid.init @@ -12,12 +12,12 @@ start() { stop() { ebegin "Stopping zetagrid" - kill s ax | grep java | grep ZetaClient | sed -e + kill ps ax | grep java | grep ZetaClient | sed -e 's/^\(.\{5\}\).*$/\1/' | tail -1
eend $? "Failed to stop zetagrid" } progress() { - if [ s ax | grep java | grep ZetaClient | sed -e + if [ ps ax | grep java | grep ZetaClient | sed -e 's/^\(.\{5\}\).*$/\1/' | tail -1 ] then ebegin "Showing zetagrid progress (Cancel with ^C) " |