commit | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Oct 03 21:00:43 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Oct 03 21:00:43 2006 +0000 |
tree | 8c555cc94aca9fabd177526e554d93bed4886642 | |
parent | 67b23e6043d8e2b30b0bf3bc105b8583c2a26db5 [diff] [blame] |
bb_applet_name -> applet_name
diff --git a/init/init_shared.c b/init/init_shared.c index 5e46abf..47480fc 100644 --- a/init/init_shared.c +++ b/init/init_shared.c
@@ -31,7 +31,7 @@ #endif reboot(RB_ENABLE_CAD); - openlog(bb_applet_name, 0, pri); + openlog(applet_name, 0, pri); message = "\nThe system is going down NOW !!"; syslog(pri, "%s", message);