From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1FED81381F3 for ; Tue, 9 Apr 2013 05:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A61B7E09BC; Tue, 9 Apr 2013 05:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B3D5E09BC for ; Tue, 9 Apr 2013 05:10:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5851E33DB5C for ; Tue, 9 Apr 2013 05:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EBEBDE4073 for ; Tue, 9 Apr 2013 05:10:47 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1365484173.e1296d6a71f93f30e1870d9ac996929db27e6779.WilliamH@OpenRC> Subject: [gentoo-commits] proj/gentoo-oldnet:master commit in: init.d/ X-VCS-Repository: proj/gentoo-oldnet X-VCS-Files: init.d/Makefile X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e1296d6a71f93f30e1870d9ac996929db27e6779 X-VCS-Branch: master Date: Tue, 9 Apr 2013 05:10:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75f71972-f7aa-45d0-a21a-29af48cd22df X-Archives-Hash: 510a8396c3956a00ffc8a8393ab8e280 commit: e1296d6a71f93f30e1870d9ac996929db27e6779 Author: William Hubbs gmail com> AuthorDate: Tue Apr 9 05:09:33 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Apr 9 05:09:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-oldnet.git;a=commit;h=e1296d6a init.d: rearrange Makefile --- init.d/Makefile | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/init.d/Makefile b/init.d/Makefile index 0854b57..ca3f565 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,9 +1,8 @@ DIR= ${INITDIR} -INSTALLAFTER= _installafter_net.lo -SRCS= net.lo.in BIN= ${OBJS} -# Build our old net foo or not +INSTALLAFTER= _installafter_net.lo +SRCS= net.lo.in MK= ../mk include ${MK}/os.mk