summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-08-19 03:16:22 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-08-19 03:16:22 +0000
commitef22f8c1d5e49aa26e99ddbc9923b75e3ede03b7 (patch)
tree55ce019c67cd59fc5835205ac68e79d17433bfb2 /app-sci/setiathome/files
parentinitial version (diff)
downloadgentoo-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-r12
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
}