uid is now in config.php.default; use the correct one for the port
This commit is contained in:
parent
6c060d0b10
commit
ba6c74fbc1
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2016/01/06 13:11:47 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2016/01/06 19:58:12 sthen Exp $
|
||||
|
||||
COMMENT = auto-discovering network management/monitoring system
|
||||
|
||||
V = 201601
|
||||
REVISION = 0
|
||||
DISTNAME = librenms-$V
|
||||
DISTFILES = librenms-$V{$V}.tar.gz
|
||||
|
||||
|
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-config_php_default,v 1.3 2015/10/12 11:30:32 sthen Exp $
|
||||
--- config.php.default.orig Mon Oct 12 12:05:36 2015
|
||||
+++ config.php.default Mon Oct 12 12:05:43 2015
|
||||
$OpenBSD: patch-config_php_default,v 1.4 2016/01/06 19:58:12 sthen Exp $
|
||||
--- config.php.default.orig Wed Jan 6 19:56:28 2016
|
||||
+++ config.php.default Wed Jan 6 19:56:41 2016
|
||||
@@ -16,7 +16,7 @@ $config['memcached']['port'] = 11211;
|
||||
|
||||
// This is the user LibreNMS will run as
|
||||
//Please ensure this user is created and has the correct permissions to your install
|
||||
-$config['user'] = 'librenms';
|
||||
+$config['user'] = '_librenms';
|
||||
|
||||
### Locations - it is recommended to keep the default
|
||||
#$config['install_dir'] = "/var/www/librenms";
|
||||
@@ -26,8 +26,9 @@ $config['user'] = 'librenms';
|
||||
#$config['base_url'] = "http://librenms.company.com";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user