Fix bugs in logger and syslogd. Add fbset.

-Erik
This commit is contained in:
Erik Andersen
1999-12-16 20:59:36 +00:00
parent 6f23cec5d0
commit 1c5b2589d1
12 changed files with 600 additions and 14 deletions

View File

@@ -51,6 +51,9 @@ static const struct Applet applets[] = {
#ifdef BB_DUTMP //usr/sbin
{"dutmp", dutmp_main},
#endif
#ifdef BB_FBSET //usr/sbin
{"fbset", fbset_main},
#endif
#ifdef BB_FDFLUSH //bin
{"fdflush", fdflush_main},
#endif