diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ups-nut/files/upsdriver.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ups-nut/files/upsdriver.sh b/sysutils/ups-nut/files/upsdriver.sh index 67ecefeb834..aade6a5f877 100644 --- a/sysutils/ups-nut/files/upsdriver.sh +++ b/sysutils/ups-nut/files/upsdriver.sh @@ -1,12 +1,12 @@ #! /bin/sh # -# $NetBSD: upsdriver.sh,v 1.3 2001/11/21 21:38:55 jlam Exp $ +# $NetBSD: upsdriver.sh,v 1.4 2002/01/08 18:33:36 jlam Exp $ # # PROVIDE: upsdriver # REQUIRE: NETWORK syslogd mountcritremote # -# You will need to set some variables in /etc/rc.conf to start upslog -# properly, e.g. +# You will need to set some variables in /etc/rc.conf to start the UPS +# driver(s) properly, e.g. # # upsdriver=YES # upsdriver_type="newapc" |