Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307131 Details for
Bug 448997
Support eject on halt
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
initscripts patch
halt-opts.patch (text/plain), 876 bytes, created by
Jeremy Katz
on 2008-05-29 20:16:28 UTC
(
hide
)
Description:
initscripts patch
Filename:
MIME Type:
Creator:
Jeremy Katz
Created:
2008-05-29 20:16:28 UTC
Size:
876 bytes
patch
obsolete
>commit 5a4b015749e9ed48d64b47dde1427319c3961cda >Author: Jeremy Katz <katzj@redhat.com> >Date: Thu May 29 15:29:08 2008 -0400 > > Allow arguments for halt to be specified in /etc/sysconfig/halt > >diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt >index ea97301..c751a97 100755 >--- a/rc.d/init.d/halt >+++ b/rc.d/init.d/halt >@@ -10,6 +10,7 @@ > > NOLOCALE=1 > . /etc/init.d/functions >+[ -f /etc/sysconfig/halt ] && . /etc/sysconfig/halt > > action() { > echo -n "$1 " >@@ -175,7 +176,6 @@ fi > # First, try kexec. If that fails, fall back to rebooting the old way. > [ -n "$kexec_command" ] && $kexec_command -e -x >& /dev/null > >-HALTARGS="-d" > [ -f /poweroff -o ! -f /halt ] && HALTARGS="$HALTARGS -p" > > exec $command $HALTARGS >diff --git a/sysconfig/halt b/sysconfig/halt >new file mode 100644 >index 0000000..29488ae >--- /dev/null >+++ b/sysconfig/halt >@@ -0,0 +1 @@ >+HALTARGS="-d"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 448997
:
307129
| 307131