diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2015-05-29 21:42:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-31 10:36:20 +0700 |
commit | bde21f861ff90f3f04323d140d244902cb9b520b (patch) | |
tree | 11a5948a47a3d8a2862e42c28908a8e7213565d7 /system/openrc/slack-desc | |
parent | e2703d9ce1ebcf3aabac1a7f3236371b50a0b3cf (diff) | |
download | slackbuilds-bde21f861ff90f3f04323d140d244902cb9b520b.tar.gz |
system/openrc: Added (dependency-based init system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openrc/slack-desc')
-rw-r--r-- | system/openrc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/openrc/slack-desc b/system/openrc/slack-desc new file mode 100644 index 0000000000..45db70a752 --- /dev/null +++ b/system/openrc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +openrc: openrc (dependency-based init system) +openrc: +openrc: OpenRC is a dependency-based init system that works +openrc: with the system-provided init program, normally /sbin/init. +openrc: +openrc: OpenRC provides a number of features, such as hardware initiated +openrc: initscript run and cgroups support, without requiring large layout +openrc: changes to accommodate different designs and dependencies. +openrc: +openrc: Homepage: https://wiki.gentoo.org/wiki/Project:OpenRC +openrc: |