#! /bin/sh
# ex: set tabstop=4 expandtab shiftwidth=4:
# We are using bash instead of sh because sh does not support echo -n
#
# Copyright (c) Likewise Corporation 2006
# Author: Gerald Carter <jerry@likewise.com>
#
# /etc/init.d/eventlogd
#
###
# chkconfig: 35 20 80
# description: Start and Stop the Likewise Likewise Eventlog
###
#

PREFIX="/opt/likewise"
SERVICE_NAME="eventlog"

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