#!/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-rc1
# Default-Start: 1
# Default-Stop:  0 1 4 6
# Required-Start:
# Required-Stop:
# Short-Description: powervm-lx86-rc1
# Description: powervm-lx86-rc1
### END INIT INFO

# *** CHKCONFIG CONFIGURATION START ***
#chkconfig: 1 95 05
#description: powervm-lx86-rc1
#processname: powervm-lx86-rc1
# *** 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-rc1
. /etc/init.d/powervm-lx86-rccommon
