diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-19 03:16:22 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-19 03:16:22 +0000 |
commit | ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7 (patch) | |
tree | 55ce019c67cd59fc5835205ac68e79d17433bfb2 | |
parent | initial version (diff) | |
download | gentoo-2-ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7.tar.gz gentoo-2-ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7.tar.bz2 gentoo-2-ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7.zip |
Fixes #6645. init.d bug
-rw-r--r-- | app-sci/setiathome/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/setiathome/files/seti-init.d-r1 | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-sci/setiathome/ChangeLog b/app-sci/setiathome/ChangeLog index 34c0ccaa176b..2116f40d2412 100644 --- a/app-sci/setiathome/ChangeLog +++ b/app-sci/setiathome/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-sci/setiathome # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.1 2002/07/19 20:11:29 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.2 2002/08/19 03:16:22 rphillips Exp $ *setiathome-3.03 (19 Jul 2002) + 28 Aug 2002; Ryan Phillips <rphillips@gentoo.org> files/seti-init.d-r1 : + + Fixed checkconfig() start bug. Thx to burzmali. Fixes #6645 + 19 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Author: Maik Schreiber <bZ@iq-computing.de> diff --git a/app-sci/setiathome/files/seti-init.d-r1 b/app-sci/setiathome/files/seti-init.d-r1 index 975587cad36a..8433e18bb2c0 100644 --- a/app-sci/setiathome/files/seti-init.d-r1 +++ b/app-sci/setiathome/files/seti-init.d-r1 @@ -11,7 +11,7 @@ checkconfig() { then einfo "Setting up SETI@home for the first time" cd ${SETIATHOME_DIR} - setiathome -login + ./setiathome -login fi } |