]> git.pld-linux.org Git - packages/frox.git/blob - frox-config.patch
- more s|/var/log/archiv|/var/log/archive|g
[packages/frox.git] / frox-config.patch
1 diff -Nur old/src/frox.conf new/src/frox.conf
2 --- old/src/frox.conf   2004-08-13 06:32:18.000000000 +0000
3 +++ new/src/frox.conf   2004-09-20 20:08:59.000000000 +0000
4 @@ -73,8 +73,8 @@
5  # you really want to run as root (not a good idea) you must say so
6  # specifically, and have compiled with --enable-run-as-root.
7  #
8 -# User nobody
9 -# Group nogroup
10 +User frox
11 +Group frox
12  
13  # This is frox's working directory - it must be specified. Temporary
14  # files and sockets will be created here. If you are using local
15 @@ -83,7 +83,7 @@
16  # also chroot to this dir on startup. To avoid this you must specifically 
17  # set DontChroot to Yes.
18  #
19 -# WorkingDir /usr/local/lib/frox
20 +WorkingDir /var/lib/frox
21  # DontChroot Yes
22  
23  # Logging level. 0=No logging. 5=Critical errors only. 10= All errors.
24 @@ -97,7 +97,7 @@
25  # below.
26  #
27  # LogLevel 15
28 -# LogFile /usr/local/lib/frox/frox-log
29 +# LogFile /var/log/frox/frox-log
30  # XferLogging no
31  
32  # File to store PID in. Default is not to. If this file is not within
This page took 0.045808 seconds and 3 git commands to generate.