commit e29632977393ef1f2d08fc1cabd1412f20c1d500 parent fea48eb229c4801d35ac6741bcaad35bfa59bf23 Author: sin <sin@2f30.org> Date: Tue, 16 Dec 2014 10:59:08 +0000 Rename crond to cron Diffstat:
M | Makefile | | | 2 | +- |
M | README | | | 2 | +- |
R | crond.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