summaryrefslogtreecommitdiff
path: root/social/seeks/logfile.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-23 13:57:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-23 13:57:12 -0500
commit8b46da37a3d01169292b7982818947a4219e1bec (patch)
tree41af66c556c4cdd42cf0a8512275f38c816eed6a /social/seeks/logfile.patch
parent8b024219267fe0dfe3a251ff966af66a1fd23d7b (diff)
parentf7ad7579f473125b44db30248841e2d452f9547e (diff)
downloadabslibre-8b46da37a3d01169292b7982818947a4219e1bec.tar.gz
abslibre-8b46da37a3d01169292b7982818947a4219e1bec.tar.bz2
abslibre-8b46da37a3d01169292b7982818947a4219e1bec.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'social/seeks/logfile.patch')
-rw-r--r--social/seeks/logfile.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/social/seeks/logfile.patch b/social/seeks/logfile.patch
new file mode 100644
index 000000000..9f4ab9b02
--- /dev/null
+++ b/social/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
+ # =====================