Accepting request 39390 from home:czanik:branches:Base:System

Copy from home:czanik:branches:Base:System/syslogd via accept of submit request 39390 revision 3.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/39390
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=22
This commit is contained in:
2010-05-04 16:53:04 +00:00
committed by Git OBS Bridge
parent 3898207573
commit 3d7ef6a8b2
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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