mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- 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
11 lines
472 B
Text
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
|