Improve bootstrapping message

MFC after:	3 days
This commit is contained in:
Gavin Atkinson 2013-10-19 15:36:21 +00:00
parent 487a635bdc
commit 65008e03e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256770

View File

@ -157,7 +157,7 @@ bootstrap_pkg(void)
config = NULL;
current = mirrors = NULL;
printf("Bootstrapping pkg please wait\n");
printf("Bootstrapping pkg, please wait...\n");
if (config_string(PACKAGESITE, &packagesite) != 0) {
warnx("No PACKAGESITE defined");