svn commit: r256770 - head/usr.sbin/pkg

Gavin Atkinson gavin at FreeBSD.org
Sat Oct 19 15:36:22 UTC 2013


Author: gavin
Date: Sat Oct 19 15:36:21 2013
New Revision: 256770
URL: http://svnweb.freebsd.org/changeset/base/256770

Log:
  Improve bootstrapping message
  
  MFC after:	3 days

Modified:
  head/usr.sbin/pkg/pkg.c

Modified: head/usr.sbin/pkg/pkg.c
==============================================================================
--- head/usr.sbin/pkg/pkg.c	Sat Oct 19 10:00:51 2013	(r256769)
+++ head/usr.sbin/pkg/pkg.c	Sat Oct 19 15:36:21 2013	(r256770)
@@ -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");


More information about the svn-src-all mailing list