~alpine/aports

main/ulogd: Added description to init.d script and removed net dependency v1 PROPOSED

Daniele Coli: 1
 main/ulogd: Added description to init.d script and removed net dependency

 2 files changed, 7 insertions(+), 5 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/aports/patches/2297/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/ulogd: Added description to init.d script and removed net dependency Export this patch

Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
Deleted net dependency in order to avoid the error on startup
"cannot start ulogd as networking would not start", since the
required before firewall and firewall start before net.
---
 main/ulogd/APKBUILD    | 8 ++++----
 main/ulogd/ulogd.initd | 4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/main/ulogd/APKBUILD b/main/ulogd/APKBUILD
index a498527..065b1dd 100644
--- a/main/ulogd/APKBUILD
+++ b/main/ulogd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=ulogd
pkgver=2.0.5
pkgrel=0
pkgrel=1
pkgdesc="A userspace logging daemon for netfilter/iptables related logging"
url="http://netfilter.org/projects/ulogd/index.html"
arch="all"
@@ -79,16 +79,16 @@ pgsql() {

md5sums="f0f8fe1371fa28b5e06cb16aaa0111dd  ulogd-2.0.5.tar.bz2
5f83766c1255bf75ab65d43bfb320820  musl-fixes.patch
c865bb587b50b3916a8488d521e708a5  ulogd.initd
80a99785fb7953d2a21a6feb906ffcc1  ulogd.initd
b9b2fa217ee02211debee5a5dffdcda7  ulogd.confd
77688e9c300750f5423ed2ad37ae8b32  ulogd.logrotate"
sha256sums="a221cb9f77347c0ca00d0937e27c1b90e3291a553cc62a4139b788e2e420e8c0  ulogd-2.0.5.tar.bz2
a5e1f9bf792227e657fc8af619af6e736712bb5b1e81faa16ea55c447482d547  musl-fixes.patch
4cce30493a9c2b44623be25ae0711bf120e710acbdcc5d03227f3de76002d53e  ulogd.initd
4be34ad9caffb96524c1614cd03dbd230160646e55eda9e538f3e9c91150b687  ulogd.initd
78cfce3aceba3f29e08f37b2f29784aedde1266d3b7dfdbe2426d2ed258e9c18  ulogd.confd
1acb7dad5182a9b9f9df88ef15ca31076fdba3ba6a63a5faad0edc96e3204ca9  ulogd.logrotate"
sha512sums="bf00b8adaad7bd04077a83521b0d7accc26e644c8f3386819e7f91476178b6733f1c6554fb82dd0d3913398c83a61d65f61dc973f199f610bfaadc6251504819  ulogd-2.0.5.tar.bz2
e512b1e1e6f00cc8d0c4e3eee7c87ba854d668e40d77e82aabfacdc79425b2101f8ec77f8f4fdf19b6f95e2a4595fd5d53560647cad45ab498a359cec92f57fd  musl-fixes.patch
1ebd86196fac853c985bc6d73a71f0a982ba8656a0342f49eff0a285ec605f7a3f523347993c69ab9e57a484e9e7193b2083d173261f87de1d5087d8d27804bb  ulogd.initd
838da2132aefd20c2597d2a5163b788355a3d250328fceadc96142f43096b998402bcfcbae133272f89a838c1be56fff4c9004b2d8f8d6b1910b38dd4fb8f6a8  ulogd.initd
bdae1ff90c671b6847dfda1947a33e24bfbe16ad963f85769d923ba33021bc4ca315fd410b46fac102f0a24e879e4be4ad7bb5978c5a6755e74e6b5d7c3e18ee  ulogd.confd
2ded9734ca903147ae2fc15af47d3f03ecc44f1f9b284d3c30d013a762d0cebf22e14ed3f5e7be8ee2d3d508c7b7afcdbc3819d4930c264416ed1fa463e03e6d  ulogd.logrotate"
diff --git a/main/ulogd/ulogd.initd b/main/ulogd/ulogd.initd
index 35dd108..231f36c 100644
--- a/main/ulogd/ulogd.initd
+++ b/main/ulogd/ulogd.initd
@@ -3,10 +3,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.2 2004/07/13 16:32:25 aliz Exp $

description="Netfilter userspace log daemon"
description_reload="Reload configuration"

extra_started_commands="reload"

depend() {
	need net
	before firewall
}

-- 
2.7.1



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