diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-05-06 22:50:25 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-05-06 22:50:25 +0000 |
commit | 1b163d34e2a43802e236d2aa884149ea00b842f8 (patch) | |
tree | 6da3bf9f7c6d95ad4867e71d0fbb2fb8ea696584 /astro/setiathome/pkg-install | |
parent | 6783f3bcb46b751137182fd7f6d5c3e17e7fee24 (diff) |
Notes
Diffstat (limited to 'astro/setiathome/pkg-install')
-rw-r--r-- | astro/setiathome/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/setiathome/pkg-install b/astro/setiathome/pkg-install index adb539464788..8d5edd96ebc1 100644 --- a/astro/setiathome/pkg-install +++ b/astro/setiathome/pkg-install @@ -54,7 +54,7 @@ EOF echo " a brief registration process." echo " Would you like to set up a working directory in ${DBDIR}," echo " register with SETI@home, and let me arrange for SETI@home to be" - echo -n " started automatically [Y/n]? " + echo -n " started automatically as user \`nobody' [Y/n]? " read a echo "" if [ "$a" = "N" -o "$a" = "n" ]; then |