Accepting request 39392 from Base:System
Copy from Base:System/syslogd based on submit request 39392 from user WernerFink OBS-URL: https://build.opensuse.org/request/show/39392 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslogd?expand=0&rev=28
This commit is contained in:
commit
7de59399bc
@ -62,6 +62,10 @@ case "$SYSLOG_DAEMON" in
|
||||
config=/etc/syslog-ng/syslog-ng.conf
|
||||
params="$SYSLOG_NG_PARAMS"
|
||||
ngsocks="/var/run/syslog-ng/additional-log-sockets.conf"
|
||||
ngsocksdir="/var/run/syslog-ng"
|
||||
if [ ! -d $ngsocksdir ]; then
|
||||
mkdir -p $ngsocksdir
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
syslog=syslogd
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 15:58:23 CEST 2010 - pczanik@fang.fa.gau.hu
|
||||
|
||||
- modify /etc/init.d/syslog for syslog-ng
|
||||
for https://features.opensuse.org/303793 compliance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 12 12:28:46 CEST 2010 - werner@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed
|
||||
Provides: syslog
|
||||
AutoReqProv: on
|
||||
Version: 1.4.1
|
||||
Release: 715
|
||||
Release: 716
|
||||
Summary: The Syslog daemon
|
||||
Source: sysklogd-1.4.1.tar.bz2
|
||||
Source1: logrotate.syslog
|
||||
|
Loading…
x
Reference in New Issue
Block a user