https://bugzilla.novell.com/show_bug.cgi?id=214962 zoz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jg@novell.com Status|NEW |NEEDINFO Info Provider| |sbrabec@novell.com ------- Comment #5 from zoz@novell.com 2006-11-20 05:54 MST ------- Please try this patch for /lib/udev/rename_netiface: --- scripts/rename_netiface (Revision 1524) +++ scripts/rename_netiface (Arbeitskopie) @@ -95,6 +95,11 @@ ls /sys/class/net/$OLDNAME 2>/dev/null 1>&2 \ || error_exit 3 "oldname $OLDNAME does not exist" NAMEBASE=${OLDNAME%%[0-9]*} +case "$OLDNAME" in + wlan[0-9]ap*) + exit 0 + ;; +esac case "$NAMEBASE" in eth|ath|wlan|ra|hsi|ctc|tr) : go on -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.