diff options
Diffstat (limited to 'usr/src/cmd/initpkg/inittab')
| -rw-r--r-- | usr/src/cmd/initpkg/inittab | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/usr/src/cmd/initpkg/inittab b/usr/src/cmd/initpkg/inittab new file mode 100644 index 0000000000..aa2395f0b7 --- /dev/null +++ b/usr/src/cmd/initpkg/inittab @@ -0,0 +1,43 @@ +# 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. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# The /etc/inittab file controls the configuration of init(1M); for more +# information refer to init(1M) and inittab(4). It is no longer +# necessary to edit inittab(4) directly; administrators should use the +# Solaris Service Management Facility (SMF) to define services instead. +# Refer to smf(5) and the System Administration Guide for more +# information on SMF. +# +# For modifying parameters passed to ttymon, use svccfg(1m) to modify +# the SMF repository. For example: +# +# # svccfg +# svc:> select system/console-login +# svc:/system/console-login> setprop ttymon/terminal_type = "xterm" +# svc:/system/console-login> exit +# +#ident "%Z%%M% %I% %E% SMI" +ap::sysinit:/sbin/autopush -f /etc/iu.ap +sp::sysinit:/sbin/soconfig -f /etc/sock2path +smf::sysinit:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog </dev/console +p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/msglog 2<>/dev/msglog |
