From fca6a6644e847087380c1b28bb49a040f1d25cb2 Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 8 Feb 2004 07:33:52 +0000 Subject: Improve the command line arguments for upslog. PR: ports/57031 Submitted by: truckman --- sysutils/nut22/files/nut.sh.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/nut22') diff --git a/sysutils/nut22/files/nut.sh.sample b/sysutils/nut22/files/nut.sh.sample index a92988333127..79537db58840 100644 --- a/sysutils/nut22/files/nut.sh.sample +++ b/sysutils/nut22/files/nut.sh.sample @@ -30,7 +30,7 @@ start) ${MODELS}/${UPSTYPE} ${UPSFLAGS} ${SBIN}/upsd ${SBIN}/upsmon localhost - ${BIN}/upslog localhost ${UPSLOG} ${UPSLOGINTERVAL} + ${BIN}/upslog -s backups@localhost -l ${UPSLOG} -i ${UPSLOGINTERVAL} ;; stop) /usr/bin/killall upslog upsmon upsd ${UPSTYPE} -- cgit