summaryrefslogtreecommitdiff
path: root/usr/src/cmd/initpkg
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/initpkg')
-rw-r--r--usr/src/cmd/initpkg/dfstab.sh4
-rw-r--r--usr/src/cmd/initpkg/init.d/README6
-rw-r--r--usr/src/cmd/initpkg/init.d/README.rc24
-rw-r--r--usr/src/cmd/initpkg/init.d/README.rc34
-rw-r--r--usr/src/cmd/initpkg/init.d/README.rcS4
-rw-r--r--usr/src/cmd/initpkg/init.d/sysetup3
-rw-r--r--usr/src/cmd/initpkg/inittab10
-rw-r--r--usr/src/cmd/initpkg/rc0.sh2
-rw-r--r--usr/src/cmd/initpkg/rc1.sh3
-rw-r--r--usr/src/cmd/initpkg/rc2.sh3
-rw-r--r--usr/src/cmd/initpkg/rc3.sh3
-rw-r--r--usr/src/cmd/initpkg/rcS.sh4
-rw-r--r--usr/src/cmd/initpkg/shutdown.sh2
13 files changed, 24 insertions, 28 deletions
diff --git a/usr/src/cmd/initpkg/dfstab.sh b/usr/src/cmd/initpkg/dfstab.sh
index 9ee99002e8..d4e93f9832 100644
--- a/usr/src/cmd/initpkg/dfstab.sh
+++ b/usr/src/cmd/initpkg/dfstab.sh
@@ -25,12 +25,12 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1.2.1 */
+
case "$MACH" in
"u3b2"|"sparc"|"i386"|"ppc" )
echo "
# Do not modify this file directly.
-# Use the sharemgr(1m) command for all share management
+# Use the sharemgr(8) command for all share management
# This file is reconstructed and only maintained for backward
# compatibility. Configuration lines could be lost.
#
diff --git a/usr/src/cmd/initpkg/init.d/README b/usr/src/cmd/initpkg/init.d/README
index d70545ccc7..bf817a7699 100644
--- a/usr/src/cmd/initpkg/init.d/README
+++ b/usr/src/cmd/initpkg/init.d/README
@@ -19,14 +19,14 @@
#
# CDDL HEADER END
#
-#ident "%Z%%M% %I% %E% SMI"
+
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
NOTE: This directory contains legacy initialization and termination
scripts for managing services. The preferred method of service
management is via the Service Management Facility; to read more about
-SMF, consult smf(5).
+SMF, consult smf(7).
File names in rc?.d directories are of the form [SK]nn<init.d filename>
where 'S' means start this job, 'K' means kill this job, and 'nn' is the
@@ -44,7 +44,7 @@ be sourced, allowing scripts to modify the environment of other scripts
executed later. This behavior is no longer supported; for altering the
environment in which services are run, refer to the SMF documentation.
-Legacy services are reported by the default svcs(1m) output, and (where
+Legacy services are reported by the default svcs(1) output, and (where
appropriate) the utility's '-p' option. This reporting assumes a
behavior as described above, such that each 'S' script has a suitable
matching 'K' script, and they are both hard linked to a script in
diff --git a/usr/src/cmd/initpkg/init.d/README.rc2 b/usr/src/cmd/initpkg/init.d/README.rc2
index d5267e5ca4..fc85f0e9c5 100644
--- a/usr/src/cmd/initpkg/init.d/README.rc2
+++ b/usr/src/cmd/initpkg/init.d/README.rc2
@@ -19,14 +19,14 @@
#
# CDDL HEADER END
#
-#ident "%Z%%M% %I% %E% SMI"
+
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
NOTE: This directory contains legacy initialization and termination
scripts for managing services. The preferred method of service
management is via the Service Management Facility; to read more about
-SMF, consult smf(5).
+SMF, consult smf(7).
For a general discussion of the mechanism used to invoke these scripts
see the file /etc/init.d/README.
diff --git a/usr/src/cmd/initpkg/init.d/README.rc3 b/usr/src/cmd/initpkg/init.d/README.rc3
index cb3f9a1377..a37a7b3a37 100644
--- a/usr/src/cmd/initpkg/init.d/README.rc3
+++ b/usr/src/cmd/initpkg/init.d/README.rc3
@@ -19,14 +19,14 @@
#
# CDDL HEADER END
#
-#ident "%Z%%M% %I% %E% SMI"
+
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
NOTE: This directory contains legacy initialization and termination
scripts for managing services. The preferred method of service
management is via the Service Management Facility; to read more about
-SMF, consult smf(5).
+SMF, consult smf(7).
For a general discussion of the mechanism used to invoke these scripts
see the file /etc/init.d/README.
diff --git a/usr/src/cmd/initpkg/init.d/README.rcS b/usr/src/cmd/initpkg/init.d/README.rcS
index f2e151645c..4534b40cd1 100644
--- a/usr/src/cmd/initpkg/init.d/README.rcS
+++ b/usr/src/cmd/initpkg/init.d/README.rcS
@@ -19,14 +19,14 @@
#
# CDDL HEADER END
#
-#ident "%Z%%M% %I% %E% SMI"
+
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
NOTE: This directory contains legacy initialization and termination
scripts for managing services. The preferred method of service
management is via the Service Management Facility; to read more about
-SMF, consult smf(5).
+SMF, consult smf(7).
For a general discussion of the mechanism used to invoke these scripts
see the file /etc/init.d/README.
diff --git a/usr/src/cmd/initpkg/init.d/sysetup b/usr/src/cmd/initpkg/init.d/sysetup
index b6fced4e9b..b939093eda 100644
--- a/usr/src/cmd/initpkg/init.d/sysetup
+++ b/usr/src/cmd/initpkg/init.d/sysetup
@@ -24,7 +24,6 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
if [ -z "$_INIT_PREV_LEVEL" ]; then
set -- `/usr/bin/who -r`
@@ -42,7 +41,7 @@ fi
#
# Run rctladm to configure system resource controls based on the settings
-# previously saved by rctladm. See rctladm(1m) for instructions on how to
+# previously saved by rctladm. See rctladm(8) for instructions on how to
# modify resource control settings.
#
if [ -f /etc/rctladm.conf ] && [ -x /usr/sbin/rctladm ]; then
diff --git a/usr/src/cmd/initpkg/inittab b/usr/src/cmd/initpkg/inittab
index 1e615cd8f5..6059a3e701 100644
--- a/usr/src/cmd/initpkg/inittab
+++ b/usr/src/cmd/initpkg/inittab
@@ -19,14 +19,14 @@
#
# Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved.
#
-# 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
+# The /etc/inittab file controls the configuration of init(8); for more
+# information refer to init(8) and inittab(5). It is no longer
+# necessary to edit inittab(5) 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
+# Refer to smf(7) and the System Administration Guide for more
# information on SMF.
#
-# For modifying parameters passed to ttymon, use svccfg(1m) to modify
+# For modifying parameters passed to ttymon, use svccfg(8) to modify
# the SMF repository. For example:
#
# # svccfg
diff --git a/usr/src/cmd/initpkg/rc0.sh b/usr/src/cmd/initpkg/rc0.sh
index 8b1018ad57..cc798b32bb 100644
--- a/usr/src/cmd/initpkg/rc0.sh
+++ b/usr/src/cmd/initpkg/rc0.sh
@@ -33,7 +33,7 @@
PATH=/usr/sbin:/usr/bin
if [ -z "$SMF_RESTARTER" ]; then
- echo "Cannot be run outside smf(5)"
+ echo "Cannot be run outside smf(7)"
exit 1
fi
diff --git a/usr/src/cmd/initpkg/rc1.sh b/usr/src/cmd/initpkg/rc1.sh
index edb61f7b9b..ba68bb3d66 100644
--- a/usr/src/cmd/initpkg/rc1.sh
+++ b/usr/src/cmd/initpkg/rc1.sh
@@ -28,12 +28,11 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
# "Run Commands" executed when the system is changing to init state 1
if [ -z "$SMF_RESTARTER" ]; then
- echo "Cannot be run outside smf(5)"
+ echo "Cannot be run outside smf(7)"
exit 1
fi
diff --git a/usr/src/cmd/initpkg/rc2.sh b/usr/src/cmd/initpkg/rc2.sh
index 05dda3cd59..0a2b14aa93 100644
--- a/usr/src/cmd/initpkg/rc2.sh
+++ b/usr/src/cmd/initpkg/rc2.sh
@@ -27,7 +27,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
# Run Commands executed when the system is changing to init state 2,
# traditionally called "multi-user". Pick up start-up packages for mounts,
@@ -36,7 +35,7 @@
PATH=/usr/sbin:/usr/bin
if [ -z "$SMF_RESTARTER" ]; then
- echo "Cannot be run outside smf(5)"
+ echo "Cannot be run outside smf(7)"
exit 1
fi
diff --git a/usr/src/cmd/initpkg/rc3.sh b/usr/src/cmd/initpkg/rc3.sh
index fc9d743cb2..1277e56776 100644
--- a/usr/src/cmd/initpkg/rc3.sh
+++ b/usr/src/cmd/initpkg/rc3.sh
@@ -27,7 +27,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
# Run Commands executed when the system is changing to init state 3,
# same as state 2 (multi-user) but with remote file sharing.
@@ -35,7 +34,7 @@
PATH=/usr/sbin:/usr/bin
if [ -z "$SMF_RESTARTER" ]; then
- echo "This script cannot be run outside smf(5)."
+ echo "This script cannot be run outside smf(7)."
exit 1
fi
diff --git a/usr/src/cmd/initpkg/rcS.sh b/usr/src/cmd/initpkg/rcS.sh
index 5e41614d7e..2ee19e0ab8 100644
--- a/usr/src/cmd/initpkg/rcS.sh
+++ b/usr/src/cmd/initpkg/rcS.sh
@@ -23,7 +23,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T.
# All rights reserved.
@@ -43,7 +43,7 @@
# check and mount other file systems to be mounted in single user mode
if [ -z "$SMF_RESTARTER" ]; then
- echo "Cannot be run outside smf(5)"
+ echo "Cannot be run outside smf(7)"
exit 1
fi
diff --git a/usr/src/cmd/initpkg/shutdown.sh b/usr/src/cmd/initpkg/shutdown.sh
index e93de5568c..038289b630 100644
--- a/usr/src/cmd/initpkg/shutdown.sh
+++ b/usr/src/cmd/initpkg/shutdown.sh
@@ -218,7 +218,7 @@ fi
echo "Changing to init state $initstate - please wait"
# We might be racing with a system that's still booting.
-# Before starting init, check to see if smf(5) is running. The easiest way
+# Before starting init, check to see if smf(7) is running. The easiest way
# to do this is to check for the existence of the repository service door.
i=0