Files
pkgsrc-ng/www/z-push/patches/patch-config.php
2016-11-18 22:39:22 +01:00

23 lines
585 B
PHP

$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
+?>