~alpine/devel

testing/rsyslog: update to 5.8.7 and replace "opts=" in init.d script v1 PROPOSED

Cameron Banta: 1
 testing/rsyslog: update to 5.8.7 and replace "opts=" in init.d script

 2 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/319/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/rsyslog: update to 5.8.7 and replace "opts=" in init.d script Export this patch

ref #946
ref #898
---
 testing/rsyslog/APKBUILD      |    6 +++---
 testing/rsyslog/rsyslog.initd |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/testing/rsyslog/APKBUILD b/testing/rsyslog/APKBUILD
index c0335e9..d0e0deb 100644
--- a/testing/rsyslog/APKBUILD
+++ b/testing/rsyslog/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: cbanta@gmail.com
# Maintainer: cbanta@gmail.com
pkgname=rsyslog
pkgver=5.8.5
pkgver=5.8.7
pkgrel=0
pkgdesc="Enhanced multi-threaded syslogd with database support and more."
url="http://www.rsyslog.com/"
@@ -79,8 +79,8 @@ snmp() {
	mv "$pkgdir"/usr/lib/rsyslog/omsnmp.so "$subpkgdir"/usr/lib/rsyslog/
}

md5sums="a73cb577cb4bc5b9c8f0d217eb054ad2  rsyslog-5.8.5.tar.gz
06f6e1ef8a05d3b6b49c06b0b99d3064  rsyslog.initd
md5sums="d806a91de534d6e33d7d1c1138cfdd37  rsyslog-5.8.7.tar.gz
b3fcedb16f9de2d9434ce4c89004a73b  rsyslog.initd
0a0aef98f677364e6178c34274df7723  rsyslog.confd
bc43debc9ffdf66bc1409025fd3d1176  rsyslog.logrotate
65fbf5a7a81a53a70974e3085e96cb41  rsyslog.conf"
diff --git a/testing/rsyslog/rsyslog.initd b/testing/rsyslog/rsyslog.initd
index 68ff86c..9187fa5 100644
--- a/testing/rsyslog/rsyslog.initd
+++ b/testing/rsyslog/rsyslog.initd
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/files/5-stable/rsyslog.initd,v 1.1 2010/10/21 07:38:29 dev-zero Exp $

opts="reload"
extra_started_commands="reload"

depend() {
	provide logger
-- 
1.7.8.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---