~alpine/devel

main/kamailio: modify init script to always start after postgresql and pg-restore v1 PROPOSED

Jeff Bilyk: 1
 main/kamailio: modify init script to always start after postgresql and pg-restore

 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/devel/patches/247/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/kamailio: modify init script to always start after postgresql and pg-restore Export this patch

modify init script to always start after postgres and pg-restore
---
 main/kamailio/kamailio.initd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main/kamailio/kamailio.initd b/main/kamailio/kamailio.initd
index ee4e2ec..6afccb5 100644
--- a/main/kamailio/kamailio.initd
+++ b/main/kamailio/kamailio.initd
@@ -5,7 +5,7 @@ pidfile=/var/run/kamailio/kamailio.pid

depend() {
	need net
	after firewall
	after firewall postgresql pg-restore
}

start() {
-- 
1.7.3.5


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Please disregard this patch, it actually isn't needed.  Sorry for the noise...

Jeff

On Thu, Jan 20, 2011 at 4:25 PM, Jeff Bilyk <jbilyk@gmail.com> wrote: