sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit e29632977393ef1f2d08fc1cabd1412f20c1d500
parent fea48eb229c4801d35ac6741bcaad35bfa59bf23
Author: sin <sin@2f30.org>
Date:   Tue, 16 Dec 2014 10:59:08 +0000

Rename crond to cron

Diffstat:
MMakefile | 2+-
MREADME | 2+-
Rcrond.c -> cron.c | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -69,7 +69,7 @@ BIN =\ cols\ comm\ cp\ - crond\ + cron\ cut\ date\ dirname\ diff --git a/README b/README @@ -20,7 +20,7 @@ cmp cols comm cp -crond +cron cut date dirname diff --git a/crond.c b/cron.c