From 36ccc02cde0ddfca5d2d4cffc994daa76aa80b32 Mon Sep 17 00:00:00 2001 From: Kat Richey Date: Mon, 2 Aug 2021 23:43:14 -0500 Subject: [PATCH] so, logger's done --- README | 10 +--------- TODO | 2 +- makefile | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README b/README index 0d92a0a..d048c0c 100755 --- a/README +++ b/README @@ -19,16 +19,13 @@ false head link ln +logger logname pwd rmdir true uname -The following sh built-ins are completed, working, and POSIX-compliant: - -cd - The following tools are completed and working, though not necessarily POSIX-compliant (a.k.a. I'm not confident about these): @@ -39,13 +36,8 @@ The following tools are working, but not complete or POSIX-compliant: cal mkfifo -sh wc -The following sh built-ins are working, but not complete or POSIX-compliant: -kill -umask - Building -------- diff --git a/TODO b/TODO index e01cbed..1621ea9 100755 --- a/TODO +++ b/TODO @@ -109,7 +109,7 @@ link O | ln O | locale > localedef > -logger > +logger O | M login > logname O | lp > diff --git a/makefile b/makefile index 699066a..04a41a4 100755 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ mandir = $(prefix)/man INSTALLPROGRAM = \install UTILS = asa basename cat cksum cmp dirname echo expand false head link ln \ - logname mkfifo pwd rmdir sleep tee true tty uname wc + logger logname mkfifo pwd rmdir sleep tee true tty uname wc all: $(UTILS)