From 0f24ff92c543e3909da566a91add6a92bcad02ed Mon Sep 17 00:00:00 2001 From: Piotr Jasiukajtis Date: Mon, 24 Jun 2013 10:05:21 -0500 Subject: 3788 /etc/bootrc is defunct and should be removed Reviewed by: Garrett D'Amore Reviewed by: Richard Lowe Reviewed by: Gary Mills > Approved by: Richard Lowe --- usr/src/uts/common/conf/param.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'usr/src/uts/common/conf') diff --git a/usr/src/uts/common/conf/param.c b/usr/src/uts/common/conf/param.c index a01b879756..505aceadac 100644 --- a/usr/src/uts/common/conf/param.c +++ b/usr/src/uts/common/conf/param.c @@ -534,20 +534,12 @@ char hw_provider[] = "Oracle Corporation"; #elif defined(__i386) -/* - * On x86 machines, read hw_serial, hw_provider and srpc_domain from - * /etc/bootrc at boot time. - */ char architecture[] = "i386"; char architecture_32[] = "i386"; char hw_provider[SYS_NMLN] = ""; #elif defined(__amd64) -/* - * On amd64 machines, read hw_serial, hw_provider and srpc_domain from - * /etc/bootrc at boot time. - */ char architecture[] = "amd64"; char architecture_32[] = "i386"; char hw_provider[SYS_NMLN] = ""; -- cgit v1.2.3