pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Mar  7 07:34:07 UTC 2018

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
bootstrap: don't output "Hopefully" when bootstrap finishes

The pkgsrc bootstrap has been used long enough to be more
self-confident.


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.247 pkgsrc/bootstrap/bootstrap:1.248
--- pkgsrc/bootstrap/bootstrap:1.247    Sat Feb  3 09:53:03 2018
+++ pkgsrc/bootstrap/bootstrap  Wed Mar  7 07:34:07 2018
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.247 2018/02/03 09:53:03 bsiegert Exp $
+# $NetBSD: bootstrap,v 1.248 2018/03/07 07:34:07 rillig Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1381,7 +1381,6 @@ fi
 echo "You can find extensive documentation of the NetBSD Packages Collection"
 echo "in $pkgsrcdir/doc/pkgsrc.txt."
 echo ""
-echo "Hopefully everything is now complete."
 echo "Thank you for using pkgsrc!"
 echo ""
 echo "$hline"



Home | Main Index | Thread Index | Old Index