15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
$OpenBSD: patch-src_config_php,v 1.1 2018/04/28 14:05:15 robert Exp $
|
|
|
|
Index: src/config.php
|
|
--- src/config.php.orig
|
|
+++ src/config.php
|
|
@@ -65,7 +65,7 @@
|
|
* State migration script is available, more informations: https://wiki.z-hub.io/x/xIAa
|
|
*/
|
|
define('STATE_MACHINE', 'FILE');
|
|
- define('STATE_DIR', '/var/lib/z-push/');
|
|
+ define('STATE_DIR', '/var/db/z-push/');
|
|
|
|
/**********************************************************************************
|
|
* IPC - InterProcessCommunication
|