#!/bin/sh
# ex: set tabstop=4 expandtab shiftwidth=4:
#
# Copyright (c) Likewise Corporation 2006
# Author: Gerald Carter <jerry@likewise.com>
#
###
# chkconfig: 35 20 80
# description: Start and Stop NETLOGON 
###
#

PREFIX="/opt/likewise"
SERVICE_NAME="netlogon"

. /opt/likewise/bin/init-lwsm.sh
