commit: 362dfa33804d2ba5bed241f697aac0178be07d3d Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Wed Apr 22 20:39:24 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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
