diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-12 23:12:44 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-12 23:12:44 +0000 |
commit | 243ecc49772ae1b37bd4fee756da15eab4d5d31b (patch) | |
tree | 2163593ce78f1eaa11efd237b9798452c136bfbb /usr.sbin | |
parent | 094f989ff4f7b79ca6d8d3d3957a91eb5d788d89 (diff) | |
download | FreeBSD-src-243ecc49772ae1b37bd4fee756da15eab4d5d31b.zip FreeBSD-src-243ecc49772ae1b37bd4fee756da15eab4d5d31b.tar.gz |
700 now. :)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/install.c | 4 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 1f1499b..356567a 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.143 1996/12/01 12:27:36 jkh Exp $ + * $Id: install.c,v 1.144 1996/12/02 05:01:02 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -494,7 +494,7 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n" + if (!msgYesNo("The FreeBSD package collection is a collection of over 700 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 1f1499b..356567a 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.143 1996/12/01 12:27:36 jkh Exp $ + * $Id: install.c,v 1.144 1996/12/02 05:01:02 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -494,7 +494,7 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n" + if (!msgYesNo("The FreeBSD package collection is a collection of over 700 ready-to-run\n" "applications, from text editors to games to WEB servers. Would you like\n" "to browse the collection now?")) configPackages(self); |