#! /bin/sh # # $NetBSD: upsd.sh,v 1.2 2001/11/21 21:38:55 jlam Exp $ # # PROVIDE: upsd # REQUIRE: upsdriver if [ -e /etc/rc.subr ] then . /etc/rc.subr fi name="upsd" rcvar=$name command="@PREFIX@/sbin/${name}" required_files="@NUT_CONFDIR@/${name}.conf" pidfile="@NUT_STATEDIR@/${name}.pid" if [ -e /etc/rc.d ] then load_rc_config $name run_rc_command "$1" else @ECHO@ -n " ${name}" ${command} ${upsd_flags} ${command_args} fi