oasislinux / oasis

a small statically-linked linux system
Other
2.82k stars 86 forks source link

PKG - Scron #90

Closed VehementHam closed 10 months ago

VehementHam commented 10 months ago

This should be an easy one: scron.

rnpnr commented 10 months ago

This is the same cron that is already included with sbase. It looks like just the man page wasn't synced. Its not really necessary though because man-pages-posix includes crontab(1p).

VehementHam commented 10 months ago

Right but Scron is the "simple" cron daemon. It is listed on the suckless websitek. I assumed that it is more suckless.

rnpnr commented 10 months ago

I mean that the code is the same.

VehementHam commented 10 months ago

Oh