Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 21:09:39 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287691 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201509112109.t8BL9duU045745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Sep 11 21:09:39 2015
New Revision: 287691
URL: https://svnweb.freebsd.org/changeset/base/287691

Log:
  Remove trailing newline at EOF
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/usr.sbin/bsdinstall/scripts/rootpass

Modified: head/usr.sbin/bsdinstall/scripts/rootpass
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/rootpass	Fri Sep 11 21:08:46 2015	(r287690)
+++ head/usr.sbin/bsdinstall/scripts/rootpass	Fri Sep 11 21:09:39 2015	(r287691)
@@ -34,4 +34,3 @@ echo
 echo "Please select a password for the system management account (root):"
 
 chroot $BSDINSTALL_CHROOT passwd root 2>&1
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509112109.t8BL9duU045745>