$NetBSD: patch-aa,v 1.1.1.1 2005/05/25 17:06:49 bouyer Exp $

--- netdisco.conf.orig	2004-11-16 20:18:10.000000000 +0100
+++ netdisco.conf	2005-05-24 17:38:14.000000000 +0200
@@ -29,7 +29,7 @@
 
 # ---- Admin Panel Daemon Settings ----
 daemon_bg       = true
-daemon_pid      = netdisco_daemon.pid
+daemon_pid      = @VARBASE@/netdisco/netdisco.pid
 daemon_poll     = 2
 
 # ---- Port Control Settings ---
@@ -44,7 +44,7 @@
 # Data Archiving and Logging
 compresslogs    = true
 compress        = /usr/bin/gzip -f
-datadir         = data
+datadir         = @VARBASE@/netdisco
 logextension    = txt
 #nmis_dump       = netdisco_nmis
 
@@ -100,8 +100,8 @@
 graph_y         = 30
 
 node_fillcolor  = dimgrey
-node_font       = lucon
-node_fontsize   = 46.0
+node_font       = arial
+node_fontsize   = 10.0
 node_fontcolor  = white
 node_problem    = red
 node_shape      = box
