summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-01-21 16:44:06 +0000
committerMichael Januszewski <spock@gentoo.org>2008-01-21 16:44:06 +0000
commit7e44cc3756b05079feb78ff1a7a20d0fac3bc8fb (patch)
tree470137b098c15c8b75cb6fdecae9ddabe4fd4d77 /sci-mathematics/gimps/files
parentUse linux-info.eclass to figure out KERNEL_DIR for tipc_config.h include wrt ... (diff)
downloadhistorical-7e44cc3756b05079feb78ff1a7a20d0fac3bc8fb.tar.gz
historical-7e44cc3756b05079feb78ff1a7a20d0fac3bc8fb.tar.bz2
historical-7e44cc3756b05079feb78ff1a7a20d0fac3bc8fb.zip
Really make gimps stable on amd64 this time. Fix the initscript so that error messages are not displayed when it's first run.
Package-Manager: portage-2.1.4
Diffstat (limited to 'sci-mathematics/gimps/files')
-rwxr-xr-xsci-mathematics/gimps/files/gimps-24.14-init.d5
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-mathematics/gimps/files/gimps-24.14-init.d b/sci-mathematics/gimps/files/gimps-24.14-init.d
index 354cc424f97f..b51aec0240f6 100755
--- a/sci-mathematics/gimps/files/gimps-24.14-init.d
+++ b/sci-mathematics/gimps/files/gimps-24.14-init.d
@@ -2,7 +2,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-depend() {
+depend() {
need net
}
@@ -12,8 +12,7 @@ checkconfig() {
/bin/mkdir "${GIMPS_DIR}"
fi
- /bin/chown ${USER}:${GROUP} ${GIMPS_DIR}
- /bin/chown ${USER}:${GROUP} ${GIMPS_DIR}/*
+ /bin/chown -R ${USER}:${GROUP} ${GIMPS_DIR}
}
start() {