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 DF7B6138CA2 for ; Wed, 22 Apr 2015 20:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C803E08D2; Wed, 22 Apr 2015 20:40:46 +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 42FF7E08D2 for ; Wed, 22 Apr 2015 20:40:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 938AD33F7F8 for ; Wed, 22 Apr 2015 20:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B00016829 for ; Wed, 22 Apr 2015 20:40:43 +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: <1429735164.362dfa33804d2ba5bed241f697aac0178be07d3d.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 362dfa33804d2ba5bed241f697aac0178be07d3d X-VCS-Branch: master Date: Wed, 22 Apr 2015 20:40:43 +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: d9c2162f-e587-46fc-9ffe-6aa73d2e78fa X-Archives-Hash: dbbd4427e7db3f8a97b1611b07c1a881 commit: 362dfa33804d2ba5bed241f697aac0178be07d3d Author: William Hubbs gmail com> AuthorDate: Wed Apr 22 20:39:24 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Apr 22 20:39:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=362dfa33 README.md: small formatting changes README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f837b..7fadd23 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ make install You may wish to configure the installation by passing one or more of the below arguments to the make command +``` PROGLDFLAGS=-static LIBNAME=lib64 DESTDIR=/tmp/openrc-image @@ -34,6 +35,7 @@ PKG_PREFIX=/usr/pkg LOCAL_PREFIX=/usr/local PREFIX=/usr/local BRANDING=\"Gentoo/$(uname -s)\" +``` ## Notes @@ -55,10 +57,12 @@ Only set `LOCAL_PREFIX` if different from `PKG_PREFIX`. If any of the following files exist then we do not overwrite them +``` /etc/devd.conf /etc/rc /etc/rc.shutdown /etc/conf.d/* +``` `rc` and `rc.shutdown` are the hooks from the BSD init into OpenRC. @@ -79,7 +83,7 @@ operation of the system. ## Reporting Bugs If you are using Gentoo Linux, bugs can be filed on their bugzilla under -the "gentoo hosted projects" product and the "openrc" component [1]. +the `gentoo hosted projects` product and the `openrc` component [1]. Otherwise, you can report issues on our github [2]. Better yet, if you can contribute code, please feel free to submit pull