From fe5f3b38db0284ee8dd8280632e2704c80385b8c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 1 Apr 2009 00:00:10 -0400 Subject: Remove extra space --- etc/inc/system.inc | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'etc') diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 7815830..ef2884b 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -376,7 +376,7 @@ function system_syslogd_start() { $separatelogfacilities = $separatelogfacilities + $pkgfacilities; $facilitylist = implode(',', $pkgfacilities); mwexec("{$log_create_directive} 10240 {$g['varlog_path']}/{$package['logging']['logfilename']}"); - $syslogconf .= "!{$facilitylist}\n*.*\t\t\t\t\t\t {$log_directive} {$g['varlog_path']}/{$package['logging']['logfilename']}\n"; + $syslogconf .= "!{$facilitylist}\n*.*\t\t\t\t\t\t {$log_directive}{$g['varlog_path']}/{$package['logging']['logfilename']}\n"; } } } @@ -389,30 +389,30 @@ function system_syslogd_start() { } $syslogconf .= "!ntpdate,!ntpd\n"; if (!isset($syslogcfg['disablelocallogging'])) - $syslogconf .= "*.* {$log_directive} {$g['varlog_path']}/ntpd.log\n"; + $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ntpd.log\n"; $syslogconf .= "!racoon\n"; if (!isset($syslogcfg['disablelocallogging'])) - $syslogconf .= "*.* {$log_directive} {$g['varlog_path']}/ipsec.log\n"; + $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ipsec.log\n"; if (isset($syslogcfg['vpn'])) $syslogconf .= "*.* @{$syslogcfg['remoteserver']}\n"; $syslogconf .= "!openvpn\n"; if (!isset($syslogcfg['disablelocallogging'])) - $syslogconf .= "*.* {$log_directive} {$g['varlog_path']}/openvpn.log\n"; + $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/openvpn.log\n"; if (isset($syslogcfg['vpn'])) $syslogconf .= "*.* @{$syslogcfg['remoteserver']}\n"; $syslogconf .= "!-{$facilitylist}\n"; if (!isset($syslogcfg['disablelocallogging'])) $syslogconf .= <<