logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 026e315b1ec289dd6d53ad2542d7aedb92afde1a
parent 0f4fbb0587082088a835b917fb94b903f7317b84
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 11 Aug 2017 19:33:00 -0700

Add openntpd to $core

Diffstat:

MREADME.md9+++------
Msets.rc1+
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -49,13 +49,9 @@ up from the following: * [musl](http://musl-libc.org/) (libc) * [suckless](http://core.suckless.org/) - - sbase - - ubase - - sinit - - sdhcp - - scron + - sbase, ubase, sinit, sdhcp, scron * [openbsd](http://openbsd.org/) - - pax, yacc, fmt, diff, patch + - pax, yacc, fmt, diff, patch, doas * [plan9port](http://swtch.com/plan9port/) - rc, sam * [awk](http://github.com/onetrueawk/awk/) @@ -69,6 +65,7 @@ up from the following: * [libressl](http://www.libressl.org/) * [mandoc](http://mandoc.bsd.lv/) * [samurai](https://github.com/michaelforney/samurai) (ninja-compatible build tool) +* [openntpd](http://www.openntpd.org/) * [openssh](http://www.openssh.com/) * [perp](http://b0llix.net/perp/) (process supervisor) * [pigz](http://zlib.net/pigz/) (gzip) diff --git a/sets.rc b/sets.rc @@ -12,6 +12,7 @@ core=(\ mandoc\ musl\ openbsd\ + openntpd\ openssh\ perp\ pigz\