blob: 07931873fbe932f16334e38318c5102d48eeebf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-config.php,v 1.1 2016/06/05 00:02:21 jym Exp $
Use the correct path for the Z-push state directory.
--- config.php.orig 2016-05-04 23:37:41.000000000 +0000
+++ config.php
@@ -72,7 +72,7 @@
/**********************************************************************************
* Default FileStateMachine settings
*/
- define('STATE_DIR', '/var/lib/z-push/');
+ define('STATE_DIR', '@ZPUSHSTATEDIR@');
/**********************************************************************************
@@ -282,4 +282,4 @@
*/
);
-?>
\ No newline at end of file
+?>
|