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 266091 Details for
Bug 390271
endless loop in ifdown-eth, OS freeze
[?]
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]
simpler patch
diff (text/plain), 880 bytes, created by
Bill Nottingham
on 2007-11-21 16:38:08 UTC
(
hide
)
Description:
simpler patch
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2007-11-21 16:38:08 UTC
Size:
880 bytes
patch
obsolete
>Index: ifdown-eth >=================================================================== >RCS file: /usr/local/CVS/initscripts/sysconfig/network-scripts/ifdown-eth,v >retrieving revision 1.17 >diff -u -r1.17 ifdown-eth >--- ifdown-eth 3 Aug 2007 20:08:11 -0000 1.17 >+++ ifdown-eth 21 Nov 2007 16:22:09 -0000 >@@ -48,7 +48,8 @@ > FOUNDMACADDR=`get_hwaddr ${REALDEVICE}` > if [ -n "${FOUNDMACADDR}" -a "${FOUNDMACADDR}" != "${HWADDR}" ]; then > NEWCONFIG=`get_config_by_hwaddr ${FOUNDMACADDR}` >- if [ -n "${NEWCONFIG}" -a "${NEWCONFIG##*/}" != "${CONFIG##*/}" ]; then >+` eval $(LANG=C fgrep "DEVICE=" $NEWCONFIG) >+ if [ -n "${NEWCONFIG}" -a "${NEWCONFIG##*/}" != "${CONFIG##*/}" -a "${DEVICE}" = "${REALDEVICE}" ]; then > exec /sbin/ifdown ${NEWCONFIG} > else > echo $"Device ${DEVICE} has MAC address ${FOUNDMACADDR}, instead of configured address ${HWADDR}. Ignoring."
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 390271
:
263461
| 266091