if  [  !  -d  /proc/acpi  ];  then
  cat  <<  EOF

Your current kernel does not have ACPI support enabled.  In order
to be able to use the Advanced Configuration and Power Interface
support you need to recompile your kernel with ACPI support enabled.

EOF
fi
