Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 17:33:28 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r245991 - stable/8/sys/boot/sparc64/boot1
Message-ID:  <201301271733.r0RHXSf1023268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sun Jan 27 17:33:28 2013
New Revision: 245991
URL: http://svnweb.freebsd.org/changeset/base/245991

Log:
  MFC: r244307
  
  Restore pre-r234898 (MFC'ed to stable/9 in r236077) printing of boot loader
  and path.

Modified:
  stable/8/sys/boot/sparc64/boot1/boot1.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/boot/   (props changed)

Modified: stable/8/sys/boot/sparc64/boot1/boot1.c
==============================================================================
--- stable/8/sys/boot/sparc64/boot1/boot1.c	Sun Jan 27 17:33:22 2013	(r245990)
+++ stable/8/sys/boot/sparc64/boot1/boot1.c	Sun Jan 27 17:33:28 2013	(r245991)
@@ -340,11 +340,11 @@ main(int ac, char **av)
 	}
 
 #ifdef ZFSBOOT
-	printf(" \n>> FreeBSD/sparc64 ZFS boot block\n    Boot path:   %s\n",
+	printf(" \n>> FreeBSD/sparc64 ZFS boot block\n   Boot path:   %s\n",
 	    bootpath);
 #else
-	printf(" \n>> FreeBSD/sparc64 boot block\n    Boot path:   %s\n"
-	    "   Boot loader: %s\n", "", bootpath, path);
+	printf(" \n>> FreeBSD/sparc64 boot block\n   Boot path:   %s\n"
+	    "   Boot loader: %s\n", bootpath, path);
 #endif
 
 	if (mount(bootpath) == -1)



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