> From: Garrett Wollman [mailto:wollman_at_khavrinen.lcs.mit.edu] > > <<On Sat, 24 Jul 2004 10:39:21 -0700, "Darren Pilgrim" > <dmp_at_bitfreak.org> said: > > > `init 0` is preferred because it runs /etc/rc.shutdown. > > In which operating system? You're certainly not talking about > FreeBSD.... > > > Neither are going to work, anyway, because /dev/apm isn't present. > > `shutdown -p' does not depend on /dev/apm. <boot with hint.apm.0.disabled="1" and apm_enable="YES"> <error in the multi-user startup messages about /dev/apm not present> # shutdown -p now <init shutdown, sync, etc.> Operating system has been halted. Press any key to reboot. <boot with hint.apm.0.disabled="0" and apm_enable="YES"> # shutdown -p now <init shutdown, sync, etc.> <machine powers off> Shutdown doesn't directly use /dev/apm. The functionality of the -p flag is, however, dependant on apm(8) to enable APM functions. The APM functions only get enabled by apm(8) if /dev/apm is present.Received on Mon Jul 26 2004 - 17:10:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:03 UTC