X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by lists.alpinelinux.org (Postfix) with ESMTP id A6AC51EBFFD for ; Thu, 20 Jan 2011 21:56:40 +0000 (UTC) Received: by bwz12 with SMTP id 12so1007326bwz.13 for ; Thu, 20 Jan 2011 13:56:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=uAfFz/jkq85wnwVlmtqgM8j3StkczWBVPIoXaUMMscY=; b=Mgsii7B+zq7z/83c80rQTe/qw2Rq+aDCTZvx/g9hlxXyubdIX5XfgS5YnU3iGEG5jg UbuKH4ToW8O3Tk+FhslvTu6u6ckQeSYWbfyz+e2IXUTcu3ZFyc2eHjBQVY8BriFJQQCa 2p1BxAcjqpzw9UfMvshjMMiY7tnBqfo23lzeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=AwmCOnkXZdKq/ZEjNS0EnNbGYs8oQB9d+AwNoyTTE/uDordtlk4/mdcaRg4bm1QGDE Db+U4S/kNSV9MhxrTp5qW3BadgE5OnEjeNW9jRnSL7zbqFboSgsO8j/0b01xvKQKlF5B 03QsauYCN2jOqtS7fpe4OpJwxsW4WFIgu6MMU= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.100.70 with SMTP id x6mr2404791bkn.0.1295560597030; Thu, 20 Jan 2011 13:56:37 -0800 (PST) Received: by 10.204.118.13 with HTTP; Thu, 20 Jan 2011 13:56:36 -0800 (PST) In-Reply-To: <1295558732-1992-1-git-send-email-jbilyk@gmail.com> References: <1295558732-1992-1-git-send-email-jbilyk@gmail.com> Date: Thu, 20 Jan 2011 16:56:36 -0500 Message-ID: Subject: [alpine-devel] Re: [PATCH] main/kamailio: modify init script to always start after postgresql and pg-restore From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 wrote: > modify init script to always start after postgres and pg-restore > --- > =A0main/kamailio/kamailio.initd | =A0 =A02 +- > =A01 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=3D/var/run/kamailio/kamailio.pid > > =A0depend() { > =A0 =A0 =A0 =A0need net > - =A0 =A0 =A0 after firewall > + =A0 =A0 =A0 after firewall postgresql pg-restore > =A0} > > =A0start() { > -- > 1.7.3.5 > > --=20 Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---