#!/bin/sh /etc/rc.common
START=1
STOP=98
PROG=boot-play
start() {
$PROG boot &
}
stop() {
$PROG shutdown