- syslog-service: Added SYSLOG_REQUIRES_NETWORK variable allowing

the user to configure (override) whether the syslog daemon config
  requires network or can be started early. Default is to detect
  it for syslogd and syslog-ng and to just start rsyslogd early
  with its normal config. Removed the rsyslog.early.conf use as it
  is usually not needed [enable on-disk queues] (bnc#728565).

OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=79
This commit is contained in:
2012-02-20 13:27:40 +00:00
committed by Git OBS Bridge
parent 3f03d43a89
commit 478adbdebe
6 changed files with 101 additions and 57 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 20 12:25:12 UTC 2012 - mt@suse.com
- syslog-service: Added SYSLOG_REQUIRES_NETWORK variable allowing
the user to configure (override) whether the syslog daemon config
requires network or can be started early. Default is to detect
it for syslogd and syslog-ng and to just start rsyslogd early
with its normal config. Removed the rsyslog.early.conf use as it
is usually not needed [enable on-disk queues] (bnc#728565).
-------------------------------------------------------------------
Fri Feb 3 16:31:30 UTC 2012 - werner@suse.de