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 /app-sci/setiathome/files | |
parent | initial version (diff) | |
download | gentoo-2-ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7.tar.gz gentoo-2-ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7.tar.bz2 gentoo-2-ef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7.zip |
Fixes #6645. init.d bug
Diffstat (limited to 'app-sci/setiathome/files')
-rw-r--r-- | app-sci/setiathome/files/seti-init.d-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |