summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index c642e4f..eaa47e2 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.175 1997/03/08 16:17:46 jkh Exp $
+ * $Id: install.c,v 1.176 1997/03/09 22:25:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -595,12 +595,16 @@ installNovice(dialogMenuItem *self)
dialog_clear_norefresh();
if (!msgYesNo("Would you like to register your FreeBSD system at this time?\n\n"
- "PLEASE take just 5 minutes to do this - if we're ever to get any\n"
+ "PLEASE, take just 5 minutes to do this. If we're ever to get any\n"
"significant base of commercial software for FreeBSD, we need to\n"
- "be able to provide more information about the size of our user base.\n"
+ "be able to provide more information about the size of our user community.\n"
"This is where your registration can really help us, and you can also\n"
- "sign up for the new FreeBSD newsletter (its free!) at the same time."))
+ "sign up for the new FreeBSD newsletter (its free!) at the same time.\n"))
configRegister(NULL);
+ else
+ msgConfirm("OK, but if you should change your mind then you always can register\n"
+ "later by typing ``/stand/sysinstall register'' or by simply visiting our\n"
+ "web site at http://www.freebsd.org/register.html");
/* XXX Put whatever other nice configuration questions you'd like to ask the user here XXX */
OpenPOWER on IntegriCloud