]> git.pld-linux.org Git - packages/frox.git/blob - frox-config.patch
- fix perm
[packages/frox.git] / frox-config.patch
1 diff -durN frox-0.7.5.orig/src/frox.conf frox-0.7.5/src/frox.conf
2 --- frox-0.7.5.orig/src/frox.conf       Fri May  3 23:45:58 2002
3 +++ frox-0.7.5/src/frox.conf    Mon Sep 23 13:47:26 2002
4 @@ -54,8 +54,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 @@ -64,7 +64,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. 
This page took 0.049233 seconds and 3 git commands to generate.