summaryrefslogtreecommitdiff
path: root/usr/src/cmd/initpkg/rc2.d
diff options
context:
space:
mode:
authorTom Whitten <Thomas.Whitten@Sun.COM>2009-08-24 12:26:07 -0700
committerTom Whitten <Thomas.Whitten@Sun.COM>2009-08-24 12:26:07 -0700
commit2f349fb3f7f2c951525d92f15ef050d897ec3244 (patch)
treeb94d97da3837220aeb265fca25c8fbb55cb29068 /usr/src/cmd/initpkg/rc2.d
parentcd2adecea48f46c10733a2334dde10730b251d26 (diff)
downloadillumos-joyent-2f349fb3f7f2c951525d92f15ef050d897ec3244.tar.gz
PSARC 2006/470 EOF of rpld
PSARC 2006/471 rmtmpfiles property to control boot time behavior 5079338 Remove rpld from ON distribution 6230873 rmtmpfiles should use SMF properties to control its behaviour
Diffstat (limited to 'usr/src/cmd/initpkg/rc2.d')
-rw-r--r--usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh b/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh
index 72d0f138c1..0094c068cf 100644
--- a/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh
+++ b/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh
@@ -33,20 +33,13 @@ COMMON_STARTLST="\
82mkdtab \
98deallocate"
-STOPLST="27boot.server"
-
INSDIR=${ROOT}/etc/rc2.d
if [ ! -d ${INSDIR} ]
then
mkdir ${INSDIR}
fi
-for f in ${STOPLST}
-do
- name=`echo $f | sed -e 's/^..//'`
- rm -f ${INSDIR}/K$f
- ln ${ROOT}/etc/init.d/${name} ${INSDIR}/K$f
-done
+
for f in ${COMMON_STARTLST}
do
name=`echo $f | sed -e 's/^..//'`