logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: da6337aa5a73f535ef9ff2588ffc019f96613590
parent ecc477e459cc9b7d8f94851723ba87b77e41815c
Author: Michael Forney <mforney@mforney.org>
Date:   Sun,  1 Oct 2017 13:28:44 -0700

Use cron from sbase

For some reason I didn't realize that scron was already imported into sbase.

Diffstat:

M.gitmodules3---
MREADME.md2+-
Mpkg/gen.lua1-
Dpkg/scron/gen.lua11-----------
Dpkg/scron/rev1-
Dpkg/scron/src1-
6 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -207,9 +207,6 @@ path = pkg/scc/src url = git://bitreich.org/scc ignore = all -[submodule "pkg/scron/src"] - path = pkg/scron/src - url = https://github.com/michaelforney/scron [submodule "pkg/sdhcp/src"] path = pkg/sdhcp/src url = https://github.com/michaelforney/sdhcp diff --git a/README.md b/README.md @@ -49,7 +49,7 @@ up from the following: * [musl](http://musl-libc.org/) (libc) * [suckless](http://core.suckless.org/) - - sbase, ubase, sinit, sdhcp, scron + - sbase, ubase, sinit, sdhcp * [openbsd](http://openbsd.org/) - pax, yacc, fmt, diff, patch, doas * [plan9port](http://swtch.com/plan9port/) diff --git a/pkg/gen.lua b/pkg/gen.lua @@ -72,7 +72,6 @@ subgen 'qbe' subgen 'samurai' subgen 'sbase' subgen 'scc' -subgen 'scron' subgen 'sdhcp' subgen 'sinit' subgen 'skeleton' diff --git a/pkg/scron/gen.lua b/pkg/scron/gen.lua @@ -1,11 +0,0 @@ -cflags{ - '-std=c99 -Wall -Wextra -pedantic', - '-D _BSD_SOURCE', - '-D _POSIX_C_SOURCE=200809L', -} - -exe('crond', {'crond.c'}) -file('bin/crond', '755', '$outdir/crond') -man{'scron.1'} - -fetch 'git' diff --git a/pkg/scron/rev b/pkg/scron/rev @@ -1 +0,0 @@ -3 diff --git a/pkg/scron/src b/pkg/scron/src @@ -1 +0,0 @@ -Subproject commit e05e83c29fa377ea3a75b216036b4b10f658ff17