diff options
author | 2002-08-19 03:16:22 +0000 | |
---|---|---|
committer | 2002-08-19 03:16:22 +0000 | |
commit | a2f488679a28ce05250d9d325e63d14469cc8197 (patch) | |
tree | c4ddba92e773ef56d4bb6362501cca66b95c8544 /app-sci/setiathome | |
parent | initial version (diff) | |
download | historical-a2f488679a28ce05250d9d325e63d14469cc8197.tar.gz historical-a2f488679a28ce05250d9d325e63d14469cc8197.tar.bz2 historical-a2f488679a28ce05250d9d325e63d14469cc8197.zip |
Fixes #6645. init.d bug
Diffstat (limited to 'app-sci/setiathome')
-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 } |