$NetBSD: patch-ab,v 1.3 2002/12/01 22:32:27 bouyer Exp $

--- examples/apcupsd.master.conf.orig	Sun Dec  1 13:17:57 2002
+++ examples/apcupsd.master.conf	Sun Dec  1 13:20:07 2002
@@ -33,11 +33,11 @@
 #
 #DEVICE <string> /dev/<serial port>
 # name of your serial port
-DEVICE /dev/ttyS0
+DEVICE /dev/tty01
 #
 #LOCKFILE <path to lockfile>
 # path for serial port lock file
-LOCKFILE /var/lock
+LOCKFILE /var/spool/lock
 #
 #
 #
@@ -80,7 +80,7 @@
 #  information server. If netstatus is on, a network information
 #  server process will be started for serving the STATUS and
 #  EVENT data over the network (used by CGI programs).
-NETSERVER on
+NETSERVER off
 #
 # SERVERPORT <port> default is 7000
 #  port to use for sending STATUS and EVENTS data over the network.
@@ -91,7 +91,7 @@
 #
 # If you want the last few EVENTS to be available over the network
 # by the network information server, you must define an EVENTSFILE.
-EVENTSFILE /etc/apcupsd/apcupsd.events
+EVENTSFILE /var/log/apcupsd.events
 #
 #
 #
@@ -102,7 +102,7 @@
 STATTIME 0
 #
 # STATFILE
-STATFILE /etc/apcupsd/apcupsd.status
+STATFILE /var/run/apcupsd.status
 #
 #
 # LOGSTATS [ on | off ] on enables, off disables
@@ -134,15 +134,15 @@
 #
 # UPSCLASS [ standalone | shareslave | sharemaster | netslave | netmaster ]
 # normally standalone unless you share a UPS with multiple machines.
-UPSCLASS netmaster
+UPSCLASS standalone
 #
 # Unless you want to share the UPS (power multiple machines).
 #  this should be disable
 # UPSMODE [ disable | share | net | sharenet ]
-UPSMODE net
+UPSMODE disable
 #
 #NETACCESS <string> [ true | false ] Enable Network Access Support
-NETACCESS true
+NETACCESS false
 #
 # NETTIME <int>
 NETTIME 10
