~alpine/aports

main/pingu: fix own bug in init-script v1 PROPOSED

Valery Kartel: 1
 main/pingu: fix own bug in init-script

 1 files changed, 1 insertions(+), 1 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/1964/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/pingu: fix own bug in init-script Export this patch

---
 main/pingu/pingu.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/pingu/pingu.initd b/main/pingu/pingu.initd
index 34769f6..7913b41 100644
--- a/main/pingu/pingu.initd
+++ b/main/pingu/pingu.initd
@@ -13,7 +13,7 @@ depend() {
}

start_pre() {
	checkpath checkpath --directory ${pidfile%/*}
	checkpath --directory ${pidfile%/*}
	[ -f ${cfgfile%/*}/route-rules ] && \
	sed -e 's/\#.*//' -e '/^$/d' ${cfgfile%/*}/route-rules | while read line; do
		ebegin "Adding route rule: $line"
-- 
2.6.4



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