From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 8135D60167 for ; Tue, 28 Jul 2015 01:32:55 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.1/8.15.1) with ESMTPS id t6S1WtrH027794 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 27 Jul 2015 18:32:55 -0700 (PDT) Received: from [128.224.162.211] (128.224.162.211) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 27 Jul 2015 18:32:38 -0700 Message-ID: <55B6DC09.1090305@windriver.com> Date: Tue, 28 Jul 2015 09:34:01 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [128.224.162.211] Subject: Re: [PATCH V3 0/4] Fixes for systemd services in systemd 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: Tue, 28 Jul 2015 01:32:56 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit ping Any comment is welcome. If these patches look OK, I'll rebase them and send out a new version. Best Regards, Chen Qi On 09/28/2014 11:00 AM, Chen Qi wrote: > Changes since V2: > sysklogd: Unlink /dev/log only if it's not from systemd > > The following changes since commit f6a39cc957bf85ff43513f0b76afc3b2c9c906b6: > > sstatesig: fix overrides behaviour to remove SIGGEN_LOCKEDSIGS_i586 (2014-09-17 22:00:05 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-syslog-service > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-syslog-service > > Chen Qi (4): > systemd: enable syslog.socket by default > busybox: fix for syslog service in systemd > sysklogd: add systemd support > sysklog: comment out configuration regarding xconsole > > meta/recipes-core/busybox/busybox.inc | 9 +- > .../busybox/files/busybox-klogd.service.in | 4 +- > .../busybox/files/busybox-syslog.service.in | 7 +- > meta/recipes-core/systemd/systemd_216.bb | 2 + > .../files/0001-syslogd.c-add-systemd-support.patch | 246 +++++++++++++++++++++ > meta/recipes-extended/sysklogd/files/klogd.service | 9 + > .../sysklogd/files/sysklogd.service | 14 ++ > meta/recipes-extended/sysklogd/files/syslog.conf | 8 +- > meta/recipes-extended/sysklogd/sysklogd.inc | 38 +++- > 9 files changed, 317 insertions(+), 20 deletions(-) > create mode 100644 meta/recipes-extended/sysklogd/files/0001-syslogd.c-add-systemd-support.patch > create mode 100644 meta/recipes-extended/sysklogd/files/klogd.service > create mode 100644 meta/recipes-extended/sysklogd/files/sysklogd.service >