summaryrefslogtreecommitdiff
path: root/pcr/seeks/logfile.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-15 20:59:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-15 20:59:24 -0500
commit49eec46aeb12ce8e0d269ef9a04d48b64b0b5628 (patch)
tree1a838ded7247ea89222f258443102446445b1c4a /pcr/seeks/logfile.patch
parent3e6467f21d721bd98fa72ec5b842a673f3d60549 (diff)
Adding packages to pcr
Diffstat (limited to 'pcr/seeks/logfile.patch')
-rw-r--r--pcr/seeks/logfile.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/pcr/seeks/logfile.patch b/pcr/seeks/logfile.patch
new file mode 100644
index 000000000..9f4ab9b02
--- /dev/null
+++ b/pcr/seeks/logfile.patch
@@ -0,0 +1,29 @@
+--- config 2011-10-21 10:42:20.000000000 +0200
++++ config.patch 2011-11-17 18:48:48.914516206 +0100
+@@ -193,7 +193,7 @@
+ #
+ # No trailing "/", please.
+ #
+-logdir .
++logdir /var/log/
+ #
+ #
+ # 2.4. logfile
+@@ -239,7 +239,7 @@
+ # Any log files must be writable by whatever user Seeks is
+ # being run as.
+ #
+-logfile logfile
++logfile seeks.log
+ #
+ #
+ # 2.5. plugindir
+@@ -377,7 +377,7 @@
+ # Unset. This means the db is located in $HOME/.seeks/seeks_user.db
+ # as default location.
+ #
+-# user-db-file /path/to/file.db
++user-db-file /var/lib/seeks/seeks.db
+ #
+ # 2.10. user-db-address
+ # =====================