Bug 45768

Summary: "halt" does not turn off the system
Product: [Retired] Red Hat Linux Reporter: Need Real Name <eltopo>
Component: usermodeAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-25 08:38:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-06-25 08:38:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

Description of problem:
Command "halt" does not turn off system's power like it did in RedHat 
6.x/7.0. I have to use "halt -p" or "poweroff" to turn off the system.

How reproducible:
Always

Steps to Reproduce:
1. logon on as "root"
2. type "halt"
3. system shuts down but does not get turned off.
	

Actual Results:  It happens.

Additional info:

I have to add a system-wide alias:
alias halt='halt -p'

Comment 1 Bill Nottingham 2001-06-25 15:06:07 UTC
This was changed to make the behavior more consistent. If you want to poweroff,
use 'poweroff'.