From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 0244A6B88D for ; Thu, 22 Aug 2013 06:17:13 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r7M6HEVv021792 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 21 Aug 2013 23:17:14 -0700 (PDT) Received: from pek-cc-pb05l.wrs.com (128.224.157.65) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.342.3; Wed, 21 Aug 2013 23:17:14 -0700 From: To: Date: Thu, 22 Aug 2013 14:17:06 +0800 Message-ID: X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Subject: [PATCH 0/6 v3] Add status command for daemon of some packages X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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, 22 Aug 2013 06:17:16 -0000 Content-Type: text/plain From: Jackie Huang v3 comments: Add usage info for nfsserver, and drop rh_status in "at" and "sshd" script. -- The following changes since commit d98f08a7ad95d0b17846276b028a6614f16b6846: genext2fs: fix memory corruption on powerpc (2013-08-20 07:11:44 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_status_for_daemons_0822_0 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/r_status_for_daemons_0822_0 Jackie Huang (6): sysklogd: add init.d/syslog status command for LSB compliance nfs-utils: add init.d/nfsserver status command for LSB compliance dbus: add init.d/dbus-1 status command for LSB compliance sysvinit: add init.d/bootlogd status command for LSB compliance at: add init.d/atd status command for LSB compliance openssh: add init.d/sshd status command for LSB compliance .../nfs-utils/nfs-utils/nfsserver | 11 +++++++++++ .../openssh/openssh-6.2p2/init | 10 +++++++++- meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init | 9 ++++++++- meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 9 ++++++++- meta/recipes-extended/at/files/S99at | 8 +++++++- meta/recipes-extended/sysklogd/files/sysklogd | 13 ++++++++++++- 6 files changed, 55 insertions(+), 5 deletions(-) -- 1.7.4.1