$NetBSD: patch-ae,v 1.3 2007/05/26 11:50:13 xtraeme Exp $

--- etc/router.xml.in.orig	2007-05-26 12:05:26.000000000 +0200
+++ etc/router.xml.in	2007-05-26 12:06:18.000000000 +0200
@@ -6,7 +6,7 @@
   <!-- The process ID file. comment this out if you don't need to know
        to know the process ID from outside the process (eg for control
        scripts) -->
-  <pidfile>@localstatedir@/jabberd/pid/router.pid</pidfile>
+  <pidfile>@PIDDIR@/router.pid</pidfile>
 
   <!-- Log configuration - type is "syslog", "file" or "stdout" -->
   <log type='syslog'>
@@ -19,7 +19,7 @@
 
     <!-- If logging to file, this is the filename of the logfile -->
     <!--
-    <file>@localstatedir@/jabberd/log/router.log</file>
+    <file>@LOGDIR@/router.log</file>
     -->
   </log>
 
@@ -34,7 +34,7 @@
     <!-- File containing the user table. This is where the router gets
          its component and secret information from for component
          authentication.-->
-    <users>@sysconfdir@/router-users.xml</users>
+    <users>@PKG_SYSCONFDIR@/router-users.xml</users>
 
     <!-- Shared secret used to identify legacy components (that is,
          "jabber:component:accept" components that authenticate using
@@ -52,7 +52,7 @@
          If this is commented out, connecting components will not be able
          to request an SSL-encrypted channel. -->
     <!--
-    <pemfile>@sysconfdir@/server.pem</pemfile>
+    <pemfile>@SSLCERTS@/server.pem</pemfile>
     -->
   </local>
 
@@ -185,6 +185,6 @@
 
   <!-- File containing packet filter rules.
        May be used for fine grained packet routing control. -->
-  <filter>@sysconfdir@/router-filter.xml</filter>
+  <filter>@PKG_SYSCONFDIR@/router-filter.xml</filter>
 
 </router>
