| Submitter | rongqing.li@windriver.com |
|---|---|
| Date | Nov. 15, 2012, 2:27 a.m. |
| Message ID | <cover.1352946202.git.rongqing.li@windriver.com> |
| Download | mbox |
| Permalink | /patch/39095/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Thu, 15 Nov 2012 04:05:33 +0000 (UTC) Received: by 10.49.62.104 with SMTP id x8csp794758qer; Wed, 14 Nov 2012 20:04:14 -0800 (PST) Received: by 10.152.104.240 with SMTP id gh16mr27459827lab.56.1352952253390; Wed, 14 Nov 2012 20:04:13 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id x1si9668665lby.46.2012.11.14.20.03.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Nov 2012 20:04:13 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1TYqqD-0002HY-VE; Thu, 15 Nov 2012 05:14:13 +0100 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <Rongqing.Li@windriver.com>) id 1TYqq4-0002HM-Us for openembedded-core@lists.openembedded.org; Thu, 15 Nov 2012 05:14:10 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id qAF2Rr3L012412 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for <openembedded-core@lists.openembedded.org>; Wed, 14 Nov 2012 18:27:53 -0800 (PST) Received: from lirq-OptiPlex-780.corp.ad.wrs.com (128.224.162.143) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Wed, 14 Nov 2012 18:27:52 -0800 From: <rongqing.li@windriver.com> To: <openembedded-core@lists.openembedded.org> Date: Thu, 15 Nov 2012 10:27:53 +0800 Message-ID: <cover.1352946202.git.rongqing.li@windriver.com> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Subject: [OE-core] [PATCH 0/1] bind: make "/etc/init.d/bind stop" work X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Roy.Li <rongqing.li@windriver.com> The following changes since commit b53ea6687b6201c8c5ab5cb0d2a845ef7e7b2abe: sstate: Bump version number to deal with layout fixes (2012-11-14 23:37:26 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/bind http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=roy/bind Roy Li (1): bind: make "/etc/init.d/bind stop" work .../bind/bind-9.8.1/conf.patch | 15 +++++-- .../bind-9.8.1/make-etc-initd-bind-stop-work.patch | 42 ++++++++++++++++++++ meta/recipes-connectivity/bind/bind_9.8.1.bb | 3 +- 3 files changed, 55 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/make-etc-initd-bind-stop-work.patch