mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8b5c744c32
PR: 18602 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
28 lines
895 B
Plaintext
28 lines
895 B
Plaintext
--- 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 @@
|
|
<log>
|
|
|
|
<!-- 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>
|
|
|
|
- <session>@prefix@/var/log/jserver.log</session>
|
|
+ <session>/var/log/jserver.log</session>
|
|
|
|
<!-- 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>
|
|
-->
|
|
|
|
</log>
|
|
@@ -50,7 +50,7 @@
|
|
|
|
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:
|
|
|