svn commit: r290289 - stable/10/usr.sbin/bsdinstall/scripts
Devin Teske
dteske at FreeBSD.org
Mon Nov 2 22:05:43 UTC 2015
Author: dteske
Date: Mon Nov 2 22:05:41 2015
New Revision: 290289
URL: https://svnweb.freebsd.org/changeset/base/290289
Log:
MFC r287691: Remove trailing newline at EOF
Modified:
stable/10/usr.sbin/bsdinstall/scripts/rootpass
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bsdinstall/scripts/rootpass
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/rootpass Mon Nov 2 22:05:04 2015 (r290288)
+++ stable/10/usr.sbin/bsdinstall/scripts/rootpass Mon Nov 2 22:05:41 2015 (r290289)
@@ -34,4 +34,3 @@ echo
echo "Please select a password for the system management account (root):"
chroot $BSDINSTALL_CHROOT passwd root 2>&1
-
More information about the svn-src-stable
mailing list