diff usr/src/cmd/prtconf/prtconf.c @ 14063:46608c197f46

3788 /etc/bootrc is defunct and should be removed Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm>> Approved by: Richard Lowe <richlowe@richlowe.net>
author Piotr Jasiukajtis <estibi@me.com>
date Mon, 24 Jun 2013 10:05:21 -0500
parents 48f2dbca79a2
children
line wrap: on
line diff
--- a/usr/src/cmd/prtconf/prtconf.c	Mon Jun 24 13:08:44 2013 -0400
+++ b/usr/src/cmd/prtconf/prtconf.c	Mon Jun 24 10:05:21 2013 -0500
@@ -341,8 +341,7 @@
 	ret = sysinfo(SI_HW_PROVIDER, hw_provider, sizeof (hw_provider));
 	/*
 	 * If 0 bytes are returned (the system returns '1', for the \0),
-	 * we're probably on x86, and there has been no si-hw-provider
-	 * set in /etc/bootrc, default to Oracle.
+	 * we're probably on x86, default to Oracle.
 	 */
 	if (ret <= 1) {
 		(void) strncpy(hw_provider, "Oracle Corporation",