2000-05-16 14:18:46 +00:00
|
|
|
--- src/jserver.xml.in.orig Mon May 1 11:30:00 2000
|
|
|
|
+++ src/jserver.xml.in Wed May 10 18:22:14 2000
|
|
|
|
@@ -37,12 +37,12 @@
|
2000-05-01 03:25:19 +00:00
|
|
|
<log>
|
2000-05-16 14:18:46 +00:00
|
|
|
|
|
|
|
<!-- replace with <error>syslog</error> to log to syslog instead, remove to log to STDERR -->
|
|
|
|
- <error>@prefix@/var/log/jserver.error</error>
|
|
|
|
+ <error>/var/log/jserver.error</error>
|
|
|
|
|
2000-05-01 03:25:19 +00:00
|
|
|
- <session>@prefix@/var/log/jserver.log</session>
|
|
|
|
+ <session>/var/log/jserver.log</session>
|
2000-05-16 14:18:46 +00:00
|
|
|
|
2000-05-01 03:25:19 +00:00
|
|
|
<!-- This will log some basic tracking information about every packet of data (TONS!)
|
|
|
|
- <packet>@prefix@/var/log/jserver_packet.log</packet>
|
|
|
|
+ <packet>/var/log/jserver_packet.log</packet>
|
|
|
|
-->
|
|
|
|
|
2000-05-16 14:18:46 +00:00
|
|
|
</log>
|
|
|
|
@@ -50,7 +50,7 @@
|
2000-05-01 03:25:19 +00:00
|
|
|
|
|
|
|
Data is stored on the filesystem for each user, make sure the folder exists!
|
|
|
|
|
|
|
|
- <spool>@prefix@/var/jspool</spool>
|
|
|
|
+ <spool>/var/jspool</spool>
|
|
|
|
|
|
|
|
Registration instructions and fields, remove to disallow registration:
|
|
|
|
|