From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) 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 ; 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: To: Date: Thu, 15 Nov 2012 10:27:53 +0800 Message-ID: X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Subject: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 04:14:10 -0000 Content-Type: text/plain From: Roy.Li 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 -- 1.7.4.1