diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-03 02:12:10 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-03 02:12:10 +0000 |
commit | 450d4d6d515ab202188622a9322262cd3b3049f3 (patch) | |
tree | f821bfc63e2d0fcd37d3af56143821b1f3940de7 /astro/setiathome | |
parent | 6e7a98ba8bc07bce7b8857bf4fae964e63229a6f (diff) | |
download | FreeBSD-ports-450d4d6d515ab202188622a9322262cd3b3049f3.zip FreeBSD-ports-450d4d6d515ab202188622a9322262cd3b3049f3.tar.gz |
Backout idprio startup options added on last rev while issue in PR
18013 is investigated
Submitted by: mike
Diffstat (limited to 'astro/setiathome')
-rw-r--r-- | astro/setiathome/files/rc.setiathome.conf | 1 | ||||
-rw-r--r-- | astro/setiathome/files/setiathome.sh | 3 | ||||
-rw-r--r-- | astro/setiathome/pkg-message | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/astro/setiathome/files/rc.setiathome.conf b/astro/setiathome/files/rc.setiathome.conf index 609e857..c36aea1 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 44f7b44..46313a1 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 &)" diff --git a/astro/setiathome/pkg-message b/astro/setiathome/pkg-message index e9311f5..6c4b48d 100644 --- a/astro/setiathome/pkg-message +++ b/astro/setiathome/pkg-message @@ -1,4 +1,3 @@ **** %%PREFIX%%/etc/rc.setiathome.conf may be edited to tune some startup variables such as `seti_nice' defaulted to 15 and `seti_maxprocs' - defaulted to your number of processors. also, `seti_idprio' may be - sets to 31. See idprio(1) for details. + defaulted to your number of processors. |