Updating link to change in openSUSE:Factory/syslogd revision 20.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=bbe984b0152722f224ccf5a43e8fa2c7
This commit is contained in:
OBS User buildservice-autocommit 2009-09-10 10:59:25 +00:00 committed by Git OBS Bridge
parent 311bc4cee9
commit 59f6a41a62
5 changed files with 25 additions and 7 deletions

View File

@ -45,7 +45,8 @@ case "$SYSLOG_DAEMON" in
else else
config=/etc/rsyslog.conf config=/etc/rsyslog.conf
fi fi
params="-c ${RSYSLOGD_COMPAT_VERSION:=3} -f $config $RSYSLOGD_PARAMS" compat=${RSYSLOGD_COMPAT_VERSION:-${RSYSLOGD_NATIVE_VERSION}}
params="-c ${compat:-3} -f $config $RSYSLOGD_PARAMS"
rsocks="/var/run/rsyslog/additional-log-sockets.conf" rsocks="/var/run/rsyslog/additional-log-sockets.conf"
test -r "$config" && \ test -r "$config" && \
while read one two rest ; do while read one two rest ; do

View File

@ -29,12 +29,12 @@ SYSLOGD_PARAMS=""
# #
KLOGD_PARAMS="-x" KLOGD_PARAMS="-x"
## Type: list(syslogd,syslog-ng,"") ## Type: list(syslogd,syslog-ng,rsyslogd,"")
## Default: "" ## Default: ""
## Config: "" ## Config: ""
## ServiceRestart: syslog ## ServiceRestart: syslog
# #
# The name of the syslog daemon to use as syslog service: # The name of the syslog daemon to use as syslog service:
# "syslogd", "syslog-ng" or "" for autodetect. # "syslogd", "syslog-ng", "rsyslogd" or "" for autodetect.
# #
SYSLOG_DAEMON="" SYSLOG_DAEMON=""

View File

@ -10,9 +10,15 @@ supported as the system's syslog service, currently
.IR syslogd , .IR syslogd ,
.IR syslog-ng \ and .IR syslog-ng \ and
.IR rsyslogd .IR rsyslogd
By default
.IR syslog-ng The first installed daemon activates itself for the
is installed and enabled. syslog service. Starting with openSUSE-11.2,
it is
.IR rsyslogd ,
before it was
.IR syslog-ng .
But this depends on the software selection during
the installation.
The name of the daemon used as syslog service is The name of the daemon used as syslog service is
specified in the specified in the
@ -21,6 +27,10 @@ specified in the
variable in variable in
.BR /etc/sysconfig/syslog . .BR /etc/sysconfig/syslog .
The \fIyast2 sysconfig\fR module provides a comfortable
way to switch to another installed daemon and restart
the service.
The The
.BR /etc/init.d/syslog .BR /etc/init.d/syslog
init script is able to handle all supported daemons. init script is able to handle all supported daemons.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 9 21:47:47 CEST 2009 - mt@suse.de
- Added rsyslogd to the list of daemons in SYSLOG_DAEMON variable
meta-data in sysconfig/syslog file, updated syslog.8 man page,
improved rsyslogd native mode usage in the syslog init-script.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 11 23:47:12 CEST 2009 - jeffm@suse.de Tue Aug 11 23:47:12 CEST 2009 - jeffm@suse.de

View File

@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed
Provides: syslog Provides: syslog
AutoReqProv: on AutoReqProv: on
Version: 1.4.1 Version: 1.4.1
Release: 709 Release: 710
Summary: The Syslog daemon Summary: The Syslog daemon
Source: sysklogd-1.4.1.tar.bz2 Source: sysklogd-1.4.1.tar.bz2
Source1: logrotate.syslog Source1: logrotate.syslog