From e29632977393ef1f2d08fc1cabd1412f20c1d500 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 16 Dec 2014 10:59:08 +0000 Subject: [PATCH] Rename crond to cron --- Makefile | 2 +- README | 2 +- crond.c => cron.c | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename crond.c => cron.c (100%) diff --git a/Makefile b/Makefile index 2133d96..9c1ecdf 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ BIN =\ cols\ comm\ cp\ - crond\ + cron\ cut\ date\ dirname\ diff --git a/README b/README index 1299b8b..926d4ee 100644 --- 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 similarity index 100% rename from crond.c rename to cron.c