ALT Linux Bugzilla
– Attachment 677 Details for
Bug 5776
invalid path to ifrename
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
fix
hotplug-ifrename.patch (text/plain), 636 bytes, created by
Valery Inozemtsev
on 2004-12-24 16:29:21 MSK
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Valery Inozemtsev
Created:
2004-12-24 16:29:21 MSK
Size:
636 bytes
patch
obsolete
>--- net.agent.orig 2004-12-24 16:18:50 +0300 >+++ net.agent 2004-12-24 16:19:06 +0300 >@@ -92,9 +92,9 @@ > # This needs to be done before ifup otherwise ifup will get > # confused by the name changed and because iface need to be > # down to change its name. >- if [ -x /usr/sbin/ifrename ] && [ -r /etc/iftab ]; then >+ if [ -x /sbin/ifrename ] && [ -r /etc/iftab ]; then > debug_mesg invoke ifrename for $INTERFACE >- NEWNAME=`/usr/sbin/ifrename -i $INTERFACE` >+ NEWNAME=`/sbin/ifrename -i $INTERFACE` > if [ -n "$NEWNAME" ]; then > debug_mesg iface $INTERFACE is remapped to $NEWNAME > INTERFACE=$NEWNAME
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 5776
:
677
|
679