ports/net-mgmt/librenms/files/patch-config.php.default
Muhammad Moinur Rahman d21e40cdd9 net-mgmt/librenms: Update version 1.25=>1.26
- Fix validate.php
- Created logs dir, used by daily.php
- fixed daily.sh to use sudo (replaces GNU su command)
- made daily.sh executable
- Disabled update checks in daily.sh, as they try to use git
- Updated the username in config.php to www

PR:		218351
Submitted by:	freebsd@jonathanprice.org
2017-04-11 22:11:39 +00:00

11 lines
472 B
Text

--- config.php.default.orig 2017-04-11 17:32:28 UTC
+++ config.php.default
@@ -10,7 +10,7 @@ $config['db_name'] = 'librenms';
// 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'] = 'www';
### This should *only* be set if you want to *force* a particular hostname/port
### It will prevent the web interface being usable form any other hostname