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 A9DC358973 for ; Tue, 19 Jan 2016 06:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D1C21C104; Tue, 19 Jan 2016 06:12:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C6F121C105 for ; Tue, 19 Jan 2016 06:12:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CC1F3409F9 for ; Tue, 19 Jan 2016 06:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B7DE1025 for ; Tue, 19 Jan 2016 06:12:20 +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: <1453154799.79359f77cc786e18695368bccb6b6186ecfe38c0.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/Makefile X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 79359f77cc786e18695368bccb6b6186ecfe38c0 X-VCS-Branch: master Date: Tue, 19 Jan 2016 06:12:20 +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: 6f7b33b7-2b67-4a9d-9bf6-26d94d8e17e0 X-Archives-Hash: 18aba857b86607e7cd02135d2bd0af4c commit: 79359f77cc786e18695368bccb6b6186ecfe38c0 Author: William Hubbs gmail com> AuthorDate: Sat Jan 16 21:34:17 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jan 18 22:06:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=79359f77 fix bsd build X-Gentoo-Bug: 572068 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572068 src/rc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/Makefile b/src/rc/Makefile index a940102..71ae503 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -2,7 +2,7 @@ SRCS= checkpath.c do_e.c do_mark_service.c do_service.c \ do_value.c fstabinfo.c is_newer_than.c is_older_than.c \ mountinfo.c openrc-run.c rc-abort.c rc.c \ rc-depend.c rc-logger.c rc-misc.c rc-plugin.c \ - rc-selinux.c rc-service.c rc-status.c rc-update.c \ + rc-service.c rc-status.c rc-update.c \ shell_var.c start-stop-daemon.c swclock.c _usage.c ifeq (${MKSELINUX},yes)