diff options
author | jlam <jlam> | 2002-01-08 18:33:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-01-08 18:33:36 +0000 |
commit | 11c8f198853bed24a6004428eb5470883a6e1c8d (patch) | |
tree | 92f9e55b0f27d13466d6d7ee9c82eb5c452a4da5 /sysutils | |
parent | 1df0f005a14b756b0109071736df6bf4f09a0f29 (diff) | |
download | pkgsrc-11c8f198853bed24a6004428eb5470883a6e1c8d.tar.gz |
Fix description.
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" |