diff options
Diffstat (limited to 'astro/setiathome/pkg-install')
-rw-r--r-- | astro/setiathome/pkg-install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/setiathome/pkg-install b/astro/setiathome/pkg-install index 151035f60526..f77e51636a02 100644 --- a/astro/setiathome/pkg-install +++ b/astro/setiathome/pkg-install @@ -14,7 +14,7 @@ PKG_ACTION=$2 # override these variables in ${PREFIX}/etc/rc.setiathome.conf seti_wrkdir=/var/db/${PKG_NAME} # working directory -seti_user=nobody # user id to run under +seti_user=setiathome # user id to run under seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start rcconf_dir=${PKG_PREFIX}/etc @@ -127,6 +127,9 @@ echo " to do so, but think about it twince before." else echo "**** SETI@home working directory and temporary files removed." fi + if pw usershow "${seti_user}" 2>/dev/null 1>&2; then +echo "To permanently delete SETI@home user, use 'pw userdel ${seti_user}'" + fi ;; PRE-INSTALL|POST-DEINSTALL) |