summaryrefslogtreecommitdiff
path: root/usr/src/cmd/initpkg
diff options
context:
space:
mode:
authorjg <none@none>2006-05-08 12:12:04 -0700
committerjg <none@none>2006-05-08 12:12:04 -0700
commitb11e536c7bee7ad575c31194d5e3da89f572ebb5 (patch)
tree64a40d313fb04072f09bb93d2a2a8dd8fb522b41 /usr/src/cmd/initpkg
parent219a2a3162cfb7075b6b06d170c738ed7e6e5b7b (diff)
downloadillumos-joyent-b11e536c7bee7ad575c31194d5e3da89f572ebb5.tar.gz
6402844 excessive and unnecessary manipulation of /dev/fb at startup
6407277 who thinks devices like '/dev/run-level S' might exist
Diffstat (limited to 'usr/src/cmd/initpkg')
-rw-r--r--usr/src/cmd/initpkg/init.d/devlinks22
1 files changed, 4 insertions, 18 deletions
diff --git a/usr/src/cmd/initpkg/init.d/devlinks b/usr/src/cmd/initpkg/init.d/devlinks
index 6794b2f6d3..00d2f9e775 100644
--- a/usr/src/cmd/initpkg/init.d/devlinks
+++ b/usr/src/cmd/initpkg/init.d/devlinks
@@ -3,9 +3,8 @@
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,8 @@
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T.
# All rights reserved.
#
-#
-# Copyright (c) 1991-93, 1997 by Sun Microsystems, Inc.
-# All rights reserved.
+# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -44,15 +42,3 @@ if [ -n "$_INIT_RECONFIG" ]; then
/usr/ucb/ucblinks >/dev/null 2>&1
fi
fi
-
-# Establish the default framebuffer name.
-
-fbdev=`/usr/sbin/prtconf -F 2>/dev/null`
-
-if [ $? -eq 0 ]; then
- set -- /devices$fbdev*
- if [ -c $1 ]; then
- rm -f /dev/fb
- ln -s $1 /dev/fb
- fi
-fi