From 6ed7b3232ecb73e44c57d69e0bf3a094dded4008 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 3 Sep 2001 02:12:10 +0000 Subject: Backout idprio startup options added on last rev while issue in PR 18013 is investigated Submitted by: mike --- astro/setiathome/files/rc.setiathome.conf | 1 - astro/setiathome/files/setiathome.sh | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'astro/setiathome/files') diff --git a/astro/setiathome/files/rc.setiathome.conf b/astro/setiathome/files/rc.setiathome.conf index 609e857e3268..c36aea15b64c 100644 --- a/astro/setiathome/files/rc.setiathome.conf +++ b/astro/setiathome/files/rc.setiathome.conf @@ -10,4 +10,3 @@ # seti_user=nobody # user id to run as # seti_nice=15 # nice level to run at # seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start -# seti_idprio=31 # idletime scheduling priority to run at diff --git a/astro/setiathome/files/setiathome.sh b/astro/setiathome/files/setiathome.sh index 44f7b4456d13..46313a1080c7 100644 --- a/astro/setiathome/files/setiathome.sh +++ b/astro/setiathome/files/setiathome.sh @@ -16,7 +16,6 @@ seti_proxy_args= # proxy arguments seti_user=nobody # user id to run as seti_nice=15 # nice level to run at seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start -seti_idprio= # idletime scheduling priority to run at if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then echo "${rc_file}: Cannot determine PREFIX." >&2 @@ -68,7 +67,7 @@ start) fi done for i in ${seti_wrksuff}; do - ${seti_idprio:+idprio} ${seti_idprio} su -fm ${seti_user} -c "\ + su -fm ${seti_user} -c "\ (cd ${seti_wrkdir}/${i} && exec ${program_path} \ ${seti_std_args} ${seti_proxy_args} \ ${seti_nice:+-nice} ${seti_nice} >/dev/null &)" -- cgit v1.2.3