#!/bin/sh # # $FreeBSD: ports/sysutils/lcdproc/files/LCDd.in,v 1.1 2006/05/03 19:01:48 mnag Exp $ # # PROVIDE: LCDd # REQUIRE: DAEMON # # DO NOT CHANGE THESE DEFAULT VALUES HERE # SET THEM IN THE /etc/rc.conf FILE # . /etc/rc.subr name="LCDd" rcvar=${name}_enable load_rc_config $name : ${LCDd_enable="NO"} : ${LCDd_conf="/usr/local/etc/LCDd.conf"} : ${LCDd_flags="-c ${LCDd_conf}"} required_files=${LCDd_conf} command="/usr/local/sbin/LCDd" run_rc_command "$1"