Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=63f7b70ebde8cd98c9b0a340d8c92b121bc2cabc
commit 63f7b70ebde8cd98c9b0a340d8c92b121bc2cabc Author: James Buren <[email protected]> Date: Mon Aug 20 15:08:01 2012 -0500 rsyslog-5.8.12-1-x86_64 * fix systemd unit. systemd now returns an error for ttrying to stop a non-existant service. diff --git a/source/base/rsyslog/FrugalBuild b/source/base/rsyslog/FrugalBuild index ea0ba88..381fe73 100644 --- a/source/base/rsyslog/FrugalBuild +++ b/source/base/rsyslog/FrugalBuild @@ -17,10 +17,11 @@ groups=('base') archs=('i686' 'x86_64' 'arm') up2date="lynx -dump http://www.rsyslog.com/download/|grep '(stable)'|sed 's/.*rsyslog \(.*\) (.*/\1/'|versort|tail -n 1" source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz \ - rsyslog.conf rsyslog) + rsyslog.conf rsyslog fix-systemd-unit.patch) sha1sums=('417fc643512bbb5ef14c08763555b78b03da4eb0' \ '093b836523485daab0d1c01ef5c77e7b246d67e5' \ - 'a21d517bb2a39011db7478302172171f91906233') + 'a21d517bb2a39011db7478302172171f91906233' \ + '7c4fa13f5a817a76f877a2d474935fe4306207ff') _F_systemd_units=(rsyslog=e) Finclude systemd diff --git a/source/base/rsyslog/fix-systemd-unit.patch b/source/base/rsyslog/fix-systemd-unit.patch new file mode 100644 index 0000000..391eb4a --- /dev/null +++ b/source/base/rsyslog/fix-systemd-unit.patch @@ -0,0 +1,11 @@ +diff -ur a/rsyslog.service.in b/rsyslog.service.in +--- a/rsyslog.service.in 2012-08-20 15:04:41.161775202 -0500 ++++ b/rsyslog.service.in 2012-08-20 15:04:52.633545644 -0500 +@@ -2,7 +2,6 @@ + Description=System Logging Service + + [Service] +-ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service + ExecStart=@sbindir@/rsyslogd -n -c5 + Sockets=syslog.socket + StandardOutput=null _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
