summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-14 05:46:22 +0000
committerjkh <jkh@FreeBSD.org>1996-11-14 05:46:22 +0000
commit8abee3fb2015dac058a262846890a74d9917870e (patch)
tree19a018e6cf1491976ed785fee626b62f5d317cfb
parent2cca382ac2891877746943b4eefa9bcab9971759 (diff)
downloadFreeBSD-src-8abee3fb2015dac058a262846890a74d9917870e.zip
FreeBSD-src-8abee3fb2015dac058a262846890a74d9917870e.tar.gz
"over 600 packages" (geeze, this has been sitting uncommitted in my
source tree for 5 days! :-( ).
-rw-r--r--release/sysinstall/install.c4
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 81965a6..aa92cbd 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/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.139 1996/11/09 16:25:47 joerg Exp $
+ * $Id: install.c,v 1.140 1996/11/12 18:39:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -491,7 +491,7 @@ installNovice(dialogMenuItem *self)
}
dialog_clear_norefresh();
- if (!msgYesNo("The FreeBSD package collection is a collection of over 550 ready-to-run\n"
+ if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n"
"applications, from text editors to games to WEB servers. Would you like\n"
"to browse the collection now?"))
configPackages(self);
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 81965a6..aa92cbd 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.139 1996/11/09 16:25:47 joerg Exp $
+ * $Id: install.c,v 1.140 1996/11/12 18:39:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -491,7 +491,7 @@ installNovice(dialogMenuItem *self)
}
dialog_clear_norefresh();
- if (!msgYesNo("The FreeBSD package collection is a collection of over 550 ready-to-run\n"
+ if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n"
"applications, from text editors to games to WEB servers. Would you like\n"
"to browse the collection now?"))
configPackages(self);
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 81965a6..aa92cbd 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/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.139 1996/11/09 16:25:47 joerg Exp $
+ * $Id: install.c,v 1.140 1996/11/12 18:39:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -491,7 +491,7 @@ installNovice(dialogMenuItem *self)
}
dialog_clear_norefresh();
- if (!msgYesNo("The FreeBSD package collection is a collection of over 550 ready-to-run\n"
+ if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n"
"applications, from text editors to games to WEB servers. Would you like\n"
"to browse the collection now?"))
configPackages(self);
OpenPOWER on IntegriCloud