diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-12 20:11:55 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-12 20:11:55 +0000 |
commit | 6ba1a80c260b671ae7b6b5be13e0b74857058c63 (patch) | |
tree | 9b4f388c414879a9f4507a8feef6e45886b186d5 /sysklogd/klogd.c | |
parent | 5a65413c042e2538eda94b2efebd1bf4680ca986 (diff) | |
download | busybox-w32-6ba1a80c260b671ae7b6b5be13e0b74857058c63.tar.gz busybox-w32-6ba1a80c260b671ae7b6b5be13e0b74857058c63.tar.bz2 busybox-w32-6ba1a80c260b671ae7b6b5be13e0b74857058c63.zip |
Use date -u instead of date --utc and consolidate version string.
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 241a99175..d7b54e9c8 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -76,7 +76,7 @@ static void doKlogd (void) | |||
76 | /* "Open the log. Currently a NOP." */ | 76 | /* "Open the log. Currently a NOP." */ |
77 | klogctl(1, NULL, 0); | 77 | klogctl(1, NULL, 0); |
78 | 78 | ||
79 | syslog_msg(LOG_DAEMON, 0, "klogd started: BusyBox v" BB_VER " (" BB_BT ")"); | 79 | syslog_msg(LOG_DAEMON, 0, "klogd started: " BB_BANNER); |
80 | 80 | ||
81 | while (1) { | 81 | while (1) { |
82 | /* Use kernel syscalls */ | 82 | /* Use kernel syscalls */ |