From patchwork Sat Jul 28 07:21:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 173832 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id C4F3B2C007A for ; Sat, 28 Jul 2012 17:21:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 23544251BA; Sat, 28 Jul 2012 07:21:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RbnnbSUyicoO; Sat, 28 Jul 2012 07:21:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9B7E925317; Sat, 28 Jul 2012 07:21:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A46678F783 for ; Sat, 28 Jul 2012 07:21:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C9328D22B for ; Sat, 28 Jul 2012 07:21:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id et1hWB16H16V for ; Sat, 28 Jul 2012 07:21:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 095BF8D15E for ; Sat, 28 Jul 2012 07:21:40 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 12F6FB5; Sat, 28 Jul 2012 09:21:25 +0200 (CEST) Received: from localhost (unknown [88.238.76.47]) by mail.free-electrons.com (Postfix) with ESMTPSA id ABAB2B5 for ; Sat, 28 Jul 2012 09:21:16 +0200 (CEST) From: Maxime Ripard To: buildroot@busybox.net Date: Sat, 28 Jul 2012 09:21:19 +0200 Message-Id: X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [pull request] Pull request for branch for-2012.08/systemd X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The following changes since commit fd08153b9d677d654add6c580b9ccc5c27d672e2: Remove unused TARGET_ABI values (2012-07-25 20:27:58 +0200) are available in the git repository at: git://git.free-electrons.com/users/maxime-ripard/buildroot.git for-2012.08/systemd for you to fetch changes up to 6784a19dec70861969e093a123abe92f4ace3e56: doc: Update the documentation to mention the new PKG_INSTALL_INIT_ variables (2012-07-28 09:17:04 +0200) ---------------------------------------------------------------- Maxime Ripard (3): Rework of the init system Add systemd unit for lighttpd doc: Update the documentation to mention the new PKG_INSTALL_INIT_ variables docs/manual/adding-packages-generic.txt | 7 +++++++ package/busybox/busybox.mk | 7 +++++++ package/lighttpd/lighttpd.mk | 13 +++++++++++-- package/lighttpd/lighttpd.service | 10 ++++++++++ package/pkg-generic.mk | 8 ++++++++ target/generic/Config.in | 25 +++++++++++++++++++++++++ 6 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 package/lighttpd/lighttpd.service Thanks,