Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>

-Erik
This commit is contained in:
Erik Andersen
1999-12-21 08:52:04 +00:00
parent d387d01f11
commit 3fe2ecf0d9
3 changed files with 42 additions and 6 deletions

View File

@@ -7,6 +7,8 @@
* Fixed the embarrasing failure of the -p opition in the logger app. -erik
* Re-worked the whole source tree a bit so it will compile under glibc 2.0.7
with the 2.0.x Linux kernel.
* Added 'grep -q' thanks to a patch from "Konstantin Boldyshev"
<konst@voshod.com>.
-Erik Andersen