diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 21:00:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 21:00:43 +0000 |
commit | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (patch) | |
tree | 8c555cc94aca9fabd177526e554d93bed4886642 /miscutils/crond.c | |
parent | 67b23e6043d8e2b30b0bf3bc105b8583c2a26db5 (diff) | |
download | busybox-w32-8f8f268cfdecb4cabeb2e649a73afc7a485aeff5.tar.gz busybox-w32-8f8f268cfdecb4cabeb2e649a73afc7a485aeff5.tar.bz2 busybox-w32-8f8f268cfdecb4cabeb2e649a73afc7a485aeff5.zip |
bb_applet_name -> applet_name
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 4f25486dd..db0cc2c6b 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -205,7 +205,7 @@ int crond_main(int ac, char **av) | |||
205 | */ | 205 | */ |
206 | 206 | ||
207 | crondlog("\011%s " VERSION " dillon, started, log level %d\n", | 207 | crondlog("\011%s " VERSION " dillon, started, log level %d\n", |
208 | bb_applet_name, LogLevel); | 208 | applet_name, LogLevel); |
209 | 209 | ||
210 | SynchronizeDir(); | 210 | SynchronizeDir(); |
211 | 211 | ||
@@ -305,7 +305,7 @@ static int ChangeUser(const char *user) | |||
305 | static void startlogger(void) | 305 | static void startlogger(void) |
306 | { | 306 | { |
307 | if (LogFile == 0) { | 307 | if (LogFile == 0) { |
308 | openlog(bb_applet_name, LOG_CONS | LOG_PID, LOG_CRON); | 308 | openlog(applet_name, LOG_CONS | LOG_PID, LOG_CRON); |
309 | } | 309 | } |
310 | #if ENABLE_DEBUG_CROND_OPTION | 310 | #if ENABLE_DEBUG_CROND_OPTION |
311 | else { /* test logfile */ | 311 | else { /* test logfile */ |