diff options
Diffstat (limited to 'usr/src/cmd/initpkg/init.d')
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/README | 6 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/README.rc2 | 4 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/README.rc3 | 4 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/README.rcS | 4 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/sysetup | 3 |
5 files changed, 10 insertions, 11 deletions
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 |
