devlinks revision 24492170008a257707ba12f4ae2f2af9bdf925a9
166N/A#!/sbin/sh
166N/A#
166N/A# CDDL HEADER START
166N/A#
166N/A# The contents of this file are subject to the terms of the
166N/A# Common Development and Distribution License (the "License").
166N/A# You may not use this file except in compliance with the License.
166N/A#
166N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
166N/A# or http://www.opensolaris.org/os/licensing.
166N/A# See the License for the specific language governing permissions
166N/A# and limitations under the License.
166N/A#
166N/A# When distributing Covered Code, include this CDDL HEADER in each
166N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
166N/A# If applicable, add the following below this CDDL HEADER, with the
166N/A# fields enclosed by brackets "[]" replaced with your own identifying
166N/A# information: Portions Copyright [yyyy] [name of copyright owner]
166N/A#
166N/A# CDDL HEADER END
166N/A#
166N/A#
5680N/A# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T.
166N/A# All rights reserved.
5680N/A#
166N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
166N/A# Use is subject to license terms.
166N/A#
3728N/A
166N/Aif [ -n "$_INIT_RECONFIG" ]; then
3728N/A echo 'Configuring the /dev directory'
844N/A
3728N/A /usr/sbin/devlinks
1258N/A /usr/sbin/disks
166N/A /usr/sbin/ports
3728N/A /usr/sbin/tapes
2899N/A /usr/sbin/audlinks
5680N/Afi
166N/A