#!/bin/sh

# NOTICE_START
# Licensed Materials - Property of IBM
# "Restricted Materials of IBM" -- 5746-SM2
# (C) Copyright IBM Corp. 2007, 2009 All Rights Reserved.
# US Government Users Restricted Rights - Use, duplication or disclosure
# restricted by GSA ADP Schedule Contract with IBM Corp.
# NOTICE_END

### BEGIN INIT INFO
# Provides: powervm-lx86-rc3
# Default-Start: 3
# Default-Stop:  0 1 4 6
# Required-Start: powervm-lx86
# Required-Stop:  powervm-lx86
# Short-Description: powervm-lx86-rc3
# Description: powervm-lx86-rc3
### END INIT INFO

# *** CHKCONFIG CONFIGURATION START ***
#chkconfig: 3 95 05
#description: powervm-lx86-rc3
#processname: powervm-lx86-rc3
# *** CHKCONFIG CONFIGURATION END ***

# This script is used to propagate runlevel changes from the host
# system to the x86 World

LOCKFILE=/var/lock/subsys/powervm-lx86-rc3
. /etc/init.d/powervm-lx86-rccommon
