~alpine/devel

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

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

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1295558732-1992-1-git-send-email-jbilyk@gmail.com>
Sender timestamp
1295558732
DKIM signature
missing
Download raw message
Patch: +1 -1
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
---

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

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<AANLkTinwQ3=UjhDf7xJ9Rvo-8dbXOfBAd0LgSTTdT4WT@mail.gmail.com>
In-Reply-To
<1295558732-1992-1-git-send-email-jbilyk@gmail.com> (view parent)
Sender timestamp
1295560596
DKIM signature
missing
Download raw message
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:
> 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
>
>



-- 
Jeff


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