Date: Mon, 2 Nov 2015 22:05:42 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r290289 - stable/10/usr.sbin/bsdinstall/scripts Message-ID: <201511022205.tA2M5g1Z076675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511022205.tA2M5g1Z076675>