$NetBSD: patch-ab,v 1.4 2006/11/15 21:46:25 bouyer Exp $

--- examples/apcupsd.master.conf.orig	2002-05-28 15:34:19.000000000 +0200
+++ examples/apcupsd.master.conf	2006-11-15 17:25:41.000000000 +0100
@@ -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
