X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [62.200.22.115]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7D59FDC00D9 for ; Fri, 2 Nov 2012 11:37:14 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.80,699,1344211200"; d="scan'208";a="15555202" Received: from lonpmailmx01.citrite.net ([10.30.203.162]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5; 02 Nov 2012 11:37:12 +0000 Received: from [192.168.1.30] (10.31.3.234) by LONPMAILMX01.citrite.net (10.30.203.162) with Microsoft SMTP Server id 8.3.279.1; Fri, 2 Nov 2012 11:37:12 +0000 Message-ID: <5093B069.1050607@citrix.com> Date: Fri, 2 Nov 2012 12:37:13 +0100 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Leonardo Arena CC: "alpine-devel@lists.alpinelinux.org" Subject: Re: [alpine-devel] [PATCH for-2.5 2/2] xen: fix init scripts References: <1351853346-18716-1-git-send-email-roger.pau@citrix.com> <1351853346-18716-2-git-send-email-roger.pau@citrix.com> <1351854308.6910.44.camel@df1844j> In-Reply-To: <1351854308.6910.44.camel@df1844j> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On 02/11/12 12:05, Leonardo Arena wrote: > On Fri, 2012-11-02 at 11:49 +0100, Roger Pau Monne wrote: >> Xen init scripts doesn't need to depend on 'net' >> --- >> Please update APK checksum >> --- >> main/xen/xend.initd | 2 +- >> main/xen/xenstored.initd | 1 - >> 2 files changed, 1 insertions(+), 2 deletions(-) >> >> diff --git a/main/xen/xend.initd b/main/xen/xend.initd >> index 1c667e8..bd5550b 100644 >> --- a/main/xen/xend.initd >> +++ b/main/xen/xend.initd >> @@ -4,7 +4,7 @@ >> # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v 1.2 2011/09/10 17:22:46 alexxy Exp $ >> >> depend() { >> - need net xenconsoled xenstored >> + need xenconsoled xenstored >> after firewall >> before xendomains sshd >> } >> diff --git a/main/xen/xenstored.initd b/main/xen/xenstored.initd >> index f2c22cc..6187c02 100644 >> --- a/main/xen/xenstored.initd >> +++ b/main/xen/xenstored.initd >> @@ -4,7 +4,6 @@ >> # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v 1.2 2011/04/05 21:25:03 alexxy Exp $ >> >> depend() { >> - need net >> before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp >> } >> > > Applied both patches. On the rush I forgot to increase pkgrel, can you commit this please: --- diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index 259aa3d..42192ba 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: William Pitcock pkgname=xen pkgver=4.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Xen hypervisor" url="http://www.xen.org/" arch="x86 x86_64" --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---