~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/ipset: Added description to init.d script

Details
Message ID
<1447940686-6407-1-git-send-email-danielsan.dani@gmail.com>
Sender timestamp
1447940686
DKIM signature
missing
Download raw message
Patch: +7 -4
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/ipset/APKBUILD    | 6 +++---
 main/ipset/ipset.initd | 5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/main/ipset/APKBUILD b/main/ipset/APKBUILD
index f7ece80..2079ff3 100644
--- a/main/ipset/APKBUILD
+++ b/main/ipset/APKBUILD
@@ -45,8 +45,8 @@ package() {
}

md5sums="e58262af2d53bda271f43883eebc8d54  ipset-6.25.1.tar.bz2
14be64266379ee174a1ec05cc0dd1cfe  ipset.initd"
5879eb9ff65f102003376634f60c578f  ipset.initd"
sha256sums="658e15d0d0d6a7160137ef1c2bc2c8669cfee996eb9e049df8d7313e34795e7b  ipset-6.25.1.tar.bz2
0740ecf458b3eed921805b105b246a38bae49c2d3f04f8bc93e3d1f6f56c5e2f  ipset.initd"
90822d788ef4b1d04bcf5130ac5b97bbfd044a62be35360289ec1252c590a3c1  ipset.initd"
sha512sums="b0ba9d477c4a7ffb0753306dee90d090e3a098b59e57ded873feb0b90bb0612376245d87df9de2e95a65d62805403cd545fce2e1d985e55889374c584990130f  ipset-6.25.1.tar.bz2
01db7b2ce10e6253ca050e4f49746cbdfb62744efc80aa68b28735d2c17551cec27b97c992be621f505aa772a137b12b4f189e63113854a5f4c1477571d254cc  ipset.initd"
73993eb882371f5ef605762c96ad33625b99680aa38c823ed908dfc43b1fa86eb7714fe3b6e4cd5547b7b0a9b1f4209d2541d60341548fcbbfa95244471cfc93  ipset.initd"
diff --git a/main/ipset/ipset.initd b/main/ipset/ipset.initd
index 52e1d22..84b17c2 100644
--- a/main/ipset/ipset.initd
+++ b/main/ipset/ipset.initd
@@ -3,8 +3,11 @@
# Copyright (C) 2012 Kaarle Ritvanen
# Licensed under the terms of the GPL2

extra_started_commands="save reload"
description="Manage IP sets in the Linux kernel"
description_save="Save firewall IP sets"
description_reload="Load firewall IP sets"

extra_started_commands="save reload"

IPSET=/usr/sbin/ipset
DIR=/etc/ipset.d
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)