summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gift/files/gift.initd')
-rw-r--r--net-p2p/gift/files/gift.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gift/files/gift.initd b/net-p2p/gift/files/gift.initd
index bc6f69dac883..8607c59c5559 100644
--- a/net-p2p/gift/files/gift.initd
+++ b/net-p2p/gift/files/gift.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/files/gift.initd,v 1.4 2004/08/04 21:01:28 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/files/gift.initd,v 1.5 2004/08/05 21:23:53 squinky86 Exp $
depend() {
need net
@@ -14,7 +14,7 @@ start() {
--local-dir=${SHAREDIR} &>${LOG} &
for i in `pgrep -u ${USER} giftd`
do
- renice -p $i ${NICE}
+ renice ${NICE} -p $i > /dev/null
done
eend $?
}