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 258511 Details for
Bug 382981
Allow network interfaces renaming during network start
[?]
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]
patch to implement interface rename
initscripts-ifrename.patch (text/plain), 530 bytes, created by
Andrey Klochko
on 2007-11-14 18:22:27 UTC
(
hide
)
Description:
patch to implement interface rename
Filename:
MIME Type:
Creator:
Andrey Klochko
Created:
2007-11-14 18:22:27 UTC
Size:
530 bytes
patch
obsolete
>--- initscripts-8.45.4.EL-orig/rc.d/init.d/network.orig 2006-09-11 13:15:01.000000000 -0400 >+++ initscripts-8.45.4.EL/rc.d/init.d/network 2007-11-14 12:17:29.000000000 -0500 >@@ -24,6 +24,7 @@ > fi > > >+ > # Check that networking is up. > [ "${NETWORKING}" = "no" ] && exit 0 > >@@ -86,6 +87,11 @@ > ;; > esac > >+ # Rename interfaces if /etc/iftab is present >+ if [ -f /etc/iftab -a -f /sbin/ifrename ]; then >+ /sbin/ifrename -c /etc/iftab >+ fi >+ > vlaninterfaces="" > cipeinterfaces="" > xdslinterfaces=""
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 382981
: 258511