From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 541E2139694 for ; Thu, 6 Apr 2017 15:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65D22E0BE8; Thu, 6 Apr 2017 15:49:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EEAAE0BE8 for ; Thu, 6 Apr 2017 15:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7F4D33BF43 for ; Thu, 6 Apr 2017 15:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7F6173E7 for ; Thu, 6 Apr 2017 15:49:31 +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: <1491400493.79a9edc73068244ad843f2edbe4206ce696c91c8.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/Makefile X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 79a9edc73068244ad843f2edbe4206ce696c91c8 X-VCS-Branch: master Date: Thu, 6 Apr 2017 15:49:31 +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: 011e76c9-bf96-472f-9aec-661fd2e165e6 X-Archives-Hash: aad238b939ed622d11036ef672b77c86 commit: 79a9edc73068244ad843f2edbe4206ce696c91c8 Author: i.Dark_Templar dark-templar-archives net> AuthorDate: Wed Apr 5 13:54:53 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Apr 5 13:54:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=79a9edc7 Fix make install on FreeBSD: don't try to install /etc/init.d/modules twice init.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/Makefile b/init.d/Makefile index 3ecab06b..c6cdbd97 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -19,7 +19,7 @@ SRCS-FreeBSD= hostid.in modules.in moused.in newsyslog.in pf.in rarpd.in \ rc-enabled.in rpcbind.in savecore.in syslogd.in # These are FreeBSD specific SRCS-FreeBSD+= adjkerntz.in devd.in dumpon.in encswap.in ipfw.in \ - modules.in modules-load.in mixer.in nscd.in powerd.in syscons.in + modules-load.in mixer.in nscd.in powerd.in syscons.in SRCS-Linux= agetty.in binfmt.in devfs.in dmesg.in hwclock.in consolefont.in \ keymaps.in killprocs.in modules.in modules-load.in mount-ro.in mtab.in \