$OpenBSD: patch-librenms_nonroot_cron,v 1.4 2016/05/06 19:31:08 sthen Exp $
--- librenms.nonroot.cron.orig	Tue May  3 12:24:36 2016
+++ librenms.nonroot.cron	Tue May  3 12:24:43 2016
@@ -1,7 +1,7 @@
 # Using this cron file requires an additional user on your system, please see install docs.
 
-33  */6   * * *   librenms    /var/www/librenms/discovery.php -h all >> /dev/null 2>&1
-*/5  *    * * *   librenms    /var/www/librenms/discovery.php -h new >> /dev/null 2>&1
-*/5  *    * * *   librenms    /var/www/librenms/cronic /var/www/librenms/poller-wrapper.py 16
-15   0    * * *   librenms    /var/www/librenms/daily.sh >> /dev/null 2>&1
-*    *    * * *   librenms    /var/www/librenms/alerts.php >> /dev/null 2>&1
+33  */6   * * *   _librenms   /var/www/librenms/discovery.php -h all >> /dev/null 2>&1
+*/5  *    * * *   _librenms   /var/www/librenms/discovery.php -h new >> /dev/null 2>&1
+*/5  *    * * *   _librenms   /var/www/librenms/poller-wrapper.py 16
+15   0    * * *   _librenms   sh /var/www/librenms/daily.sh >> /dev/null 2>&1
+*    *    * * *   _librenms   /var/www/librenms/alerts.php >> /dev/null 2>&1
