From 85a7fcdf7c7324e105ce8f7b175bfc94149e97ab Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 9 Jun 2019 18:49:05 +0200 Subject: [PATCH] system: this isn't entirely true, but helps differentiate vs. "local syslog" --- src/etc/inc/plugins.inc.d/core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/core.inc b/src/etc/inc/plugins.inc.d/core.inc index 007f36020..c4a05f170 100644 --- a/src/etc/inc/plugins.inc.d/core.inc +++ b/src/etc/inc/plugins.inc.d/core.inc @@ -90,7 +90,7 @@ function core_services() ); $services[] = array( - 'description' => gettext('Local Syslog-NG'), + 'description' => gettext('Remote Syslog'), 'mwexec' => array( 'restart' => array('/usr/local/etc/rc.d/syslog-ng restart'), 'start' => array('/usr/local/etc/rc.d/syslog-ng start'),