commit | 6ba1a80c260b671ae7b6b5be13e0b74857058c63 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Thu Apr 12 20:11:55 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Thu Apr 12 20:11:55 2001 +0000 |
tree | 9b4f388c414879a9f4507a8feef6e45886b186d5 | |
parent | 5a65413c042e2538eda94b2efebd1bf4680ca986 [diff] [blame] |
Use date -u instead of date --utc and consolidate version string. Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
diff --git a/klogd.c b/klogd.c index 241a991..d7b54e9 100644 --- a/klogd.c +++ b/klogd.c
@@ -76,7 +76,7 @@ /* "Open the log. Currently a NOP." */ klogctl(1, NULL, 0); - syslog_msg(LOG_DAEMON, 0, "klogd started: BusyBox v" BB_VER " (" BB_BT ")"); + syslog_msg(LOG_DAEMON, 0, "klogd started: " BB_BANNER); while (1) { /* Use kernel syscalls */