#!/bin/sh
#
# $FreeBSD: ports/print/pips800/files/pips.sh,v 1.2 2006/02/20 20:47:36 dougb Exp $
#

# PROVIDE: pips
# REQUIRE: DAEMON
# BEFORE: LOGIN
# KEYWORD: shutdown

# Define these pips_* variables in one of these files:
#	/etc/rc.conf
#	/etc/rc.conf.local
#	/etc/rc.conf.d/pips
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
pips_enable=${pips_enable:-"YES"}		# Enable pips

. /etc/rc.subr

name="pips"
rcvar=`set_rcvar`
start_cmd="/sbin/ldconfig -m /usr/local/lib/pips"
stop_cmd=":"

load_rc_config $name
run_rc_command "$1"
