From 1df0f005a14b756b0109071736df6bf4f09a0f29 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 8 Jan 2002 18:33:17 +0000 Subject: Fix obvious pasto, and remove "required_files" line as upslog (unlike upsmon) doesn't need a config file. --- sysutils/ups-nut/files/upslog.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/ups-nut/files/upslog.sh b/sysutils/ups-nut/files/upslog.sh index 2da1511cc1e..56023203b43 100644 --- a/sysutils/ups-nut/files/upslog.sh +++ b/sysutils/ups-nut/files/upslog.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: upslog.sh,v 1.2 2001/11/21 21:38:55 jlam Exp $ +# $NetBSD: upslog.sh,v 1.3 2002/01/08 18:33:17 jlam Exp $ # # PROVIDE: upslog # REQUIRE: upsd @@ -23,7 +23,6 @@ name="upslog" rcvar="${name}" command="@PREFIX@/bin/${name}" pidfile="/var/run/${name}.pid" -required_files="@CONFDIR@/nut/${name}.conf" if [ -e /etc/rc.subr ] then @@ -31,5 +30,5 @@ then run_rc_command "$1" else @ECHO@ -n " ${name}" - ${command} ${upsmon_flags} ${command_args} + ${command} ${upslog_flags} ${command_args} fi -- cgit v1.2.3