summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-02-29 18:42:40 +0000
committerMichael Januszewski <spock@gentoo.org>2004-02-29 18:42:40 +0000
commit4588e27eb064eeeee82b3de2a9621c45ae5c4781 (patch)
tree9c3425aa310a0c3c055bd4444112a0a11c64791d /app-sci
parentAdded ~sparc keyword. (diff)
downloadhistorical-4588e27eb064eeeee82b3de2a9621c45ae5c4781.tar.gz
historical-4588e27eb064eeeee82b3de2a9621c45ae5c4781.tar.bz2
historical-4588e27eb064eeeee82b3de2a9621c45ae5c4781.zip
Init script clean-up, closes #43044
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/gimps/ChangeLog5
-rw-r--r--app-sci/gimps/Manifest4
-rw-r--r--app-sci/gimps/files/gimps-init.d2
3 files changed, 7 insertions, 4 deletions
diff --git a/app-sci/gimps/ChangeLog b/app-sci/gimps/ChangeLog
index 2325bc721afc..ccfe85b37734 100644
--- a/app-sci/gimps/ChangeLog
+++ b/app-sci/gimps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/gimps
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/gimps/ChangeLog,v 1.2 2004/02/17 23:55:24 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gimps/ChangeLog,v 1.3 2004/02/29 18:42:40 spock Exp $
+
+ 29 Feb 2004; Michal Januszewski <spock@gentoo.org> files/gimps-init.d:
+ Init script clean-up, closes #43044.
18 Feb 2004; Michal Januszewski <spock@gentoo.org> gimps-23.5.ebuild:
Marked stable on x86.
diff --git a/app-sci/gimps/Manifest b/app-sci/gimps/Manifest
index 7ec1e0387652..e77c9be9df57 100644
--- a/app-sci/gimps/Manifest
+++ b/app-sci/gimps/Manifest
@@ -1,6 +1,6 @@
MD5 f04ce177331960f7c0fef5bd587f53df gimps-23.5.ebuild 1408
-MD5 32958a5e02a998254314762f58b71bde ChangeLog 465
+MD5 737da768b26e74fc297c7810503d9161 ChangeLog 578
MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
MD5 1e5892c6e82e3ad26032af4e0637a493 files/gimps-conf.d 283
-MD5 65ffb8ca67e7ce5e10533e82b40ae2e1 files/gimps-init.d 554
+MD5 0c0f852054521131c6a92305d30121b7 files/gimps-init.d 543
MD5 6b074ac7234f04005d756b656851a22b files/digest-gimps-23.5 61
diff --git a/app-sci/gimps/files/gimps-init.d b/app-sci/gimps/files/gimps-init.d
index 0eab278406b5..445cff742610 100644
--- a/app-sci/gimps/files/gimps-init.d
+++ b/app-sci/gimps/files/gimps-init.d
@@ -17,7 +17,7 @@ checkconfig() {
start() {
checkconfig
ebegin "Starting GIMPS"
- nice -n 19 /opt/gimps/mprime -b${GIMPS_CPUS} -w${GIMPS_DIR} ${GIMPS_OPTIONS}
+ /opt/gimps/mprime -b${GIMPS_CPUS} -w${GIMPS_DIR} ${GIMPS_OPTIONS}
eend $?
}