Revision bf072179
Added by Jim Pingle almost 15 years ago
etc/rc.bootup | ||
---|---|---|
372 | 372 |
/* If powerd is enabled, lets launch it */ |
373 | 373 |
activate_powerd(); |
374 | 374 |
|
375 |
/* Remove the old shutdown binary if we kept it. */ |
|
376 |
if (file_exists("/sbin/shutdown.old")) |
|
377 |
unlink("/sbin/shutdown.old"); |
|
378 |
|
|
375 | 379 |
/* done */ |
376 | 380 |
unset($g['booting']); |
377 | 381 |
|
Also available in: Unified diff
Save the old shutdown binary in an attempt to smooth a firmware upgrade that crosses to/from 32/64-bit.