From 90b365f868b40a369009bf91872489a38d53ec21 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 28 Jan 2001 08:53:51 +0000 Subject: Invoke su with the -f option to fix the script. Approved by: Maintainer PR: ports/19780 --- astro/setiathome/files/setiathome.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro') diff --git a/astro/setiathome/files/setiathome.sh b/astro/setiathome/files/setiathome.sh index 65b8ec9..2386844 100644 --- a/astro/setiathome/files/setiathome.sh +++ b/astro/setiathome/files/setiathome.sh @@ -47,7 +47,7 @@ case $1 in fi done for i in ${seti_wrksuff}; do - su -m ${seti_user} -c "\ + su -fm ${seti_user} -c "\ (cd ${seti_wrkdir}/${i} && \ exec ${PREFIX}/${seti_bindir}/${seti_command} \ ${seti_std_args} \ @@ -75,7 +75,7 @@ case $1 in fi # No need to register if we've already done so if [ "X${seti_dontlogin}" != "Xyes" ]; then - su -m ${seti_user} -c "\ + su -fm ${seti_user} -c "\ cd ${seti_wrkdir} && \ exec ${PREFIX}/${seti_bindir}/${seti_command} \ ${seti_reg_args}" -- cgit v1.1