$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";
 
 ### Enable this to use rrdcached. Be sure rrd_dir is within the rrdcached dir
-### and that your web server has permission to talk to rrdcached.
-#$config['rrdcached']    = "unix:/var/run/rrdcached.sock";
+### (if using -b in rrdcached_flags, use "-b /var/www/librenms/rrd"), and that
+### socket permissions allow access to your web server uid/gid.
+#$config['rrdcached']    = "unix:/var/run/rrd/rrdcached.sock";
 
 ### Default community
 $config['snmp']['community'] = array("public");
@@ -44,8 +45,8 @@ $config['auth_mechanism'] = "mysql"; # default, other 
 # following is necessary for poller-wrapper
 # poller-wrapper is released public domain
 $config['poller-wrapper']['alerter'] = FALSE;
-# Uncomment the next line to disable daily updates
-#$config['update'] = 0;
+# Disable daily updates (enabled by default upstream). 
+$config['update'] = 0;
 
 # Uncomment to submit callback stats via proxy
 #$config['callback_proxy'] = "hostname:port";
