svn commit: r245990 - stable/9/sys/boot/sparc64/boot1
Marius Strobl
marius at FreeBSD.org
Sun Jan 27 17:33:23 UTC 2013
Author: marius
Date: Sun Jan 27 17:33:22 2013
New Revision: 245990
URL: http://svnweb.freebsd.org/changeset/base/245990
Log:
MFC: r244307
Restore pre-r234898 (MFC'ed to stable/9 in r236076) printing of boot loader
and path.
Modified:
stable/9/sys/boot/sparc64/boot1/boot1.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/boot/ (props changed)
Modified: stable/9/sys/boot/sparc64/boot1/boot1.c
==============================================================================
--- stable/9/sys/boot/sparc64/boot1/boot1.c Sun Jan 27 17:24:50 2013 (r245989)
+++ stable/9/sys/boot/sparc64/boot1/boot1.c Sun Jan 27 17:33:22 2013 (r245990)
@@ -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)
More information about the svn-src-stable-9
mailing list