public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: 80-net-name-slot.rules
@ 2013-01-09 19:25 William Hubbs (williamh)
  0 siblings, 0 replies; 5+ messages in thread
From: William Hubbs (williamh) @ 2013-01-09 19:25 UTC (permalink / raw
  To: gentoo-commits

williamh    13/01/09 19:25:49

  Added:                80-net-name-slot.rules
  Log:
  version bump and fix #446702
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.1                  sys-fs/udev/files/80-net-name-slot.rules

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.1&content-type=text/plain

Index: 80-net-name-slot.rules
===================================================================
#
# Udev 197 and above has implemented predictable network interface names
# for hardware network interfaces. This new scheme does not affect
# stacked network interfaces such as bonds, bridges or vlans.
#
# This file is here to prevent your interfaces from being renamed automatically,
# because the new names will be drastically different from the eth*, wlan*, etc
# names you are used to working with.
#
# To activate this function, move this file to a name that doesn't end in.rules,
# or remove it then reboot your system.
#
# If you want to deactivate this function, install a udev rules file as
# /etc/udev/rules.d/80-net-name-slot.rules then reboot your system.
#
# This functionality has not been tested with gentoo. In fact, we are aware that
# things will break if you activate it.
#
# If you are not comfortable testing this, leave this file as is. We will
# publish a news item when you can migrate.
#
# If you do want to activate and help us come up with a migration plan, feel
# free to do so and report bugs.
# Your bugs should block the following tracker:
# https://bugs.gentoo.org/show_bug.cgi?id=450938
#
# Before you activate this function, it is important that you fully understand
# the following documentation:
#
# http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
#
# Also, be aware that you can get the attributes of your network interface that
# would be used to name the interface in the new scheme by doing the following
# with this version of udev running:
#
# udevadm test-builtin net_id /sys/class/net/ifname 2> /dev/null
#
# for example, on my system, I can find that eth0's new name would be enp1s5.
#





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: 80-net-name-slot.rules
@ 2013-01-29  6:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-29  6:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/01/29 06:06:00

  Modified:             80-net-name-slot.rules
  Log:
  Update link to Tracker wrt #454452 by Ian Abbott
  
  (Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  sys-fs/udev/files/80-net-name-slot.rules

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?r1=1.1&r2=1.2

Index: 80-net-name-slot.rules
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 80-net-name-slot.rules	9 Jan 2013 19:25:49 -0000	1.1
+++ 80-net-name-slot.rules	29 Jan 2013 06:06:00 -0000	1.2
@@ -22,7 +22,7 @@
 # If you do want to activate and help us come up with a migration plan, feel
 # free to do so and report bugs.
 # Your bugs should block the following tracker:
-# https://bugs.gentoo.org/show_bug.cgi?id=450938
+# http://bugs.gentoo.org/show_bug.cgi?id=454224
 #
 # Before you activate this function, it is important that you fully understand
 # the following documentation:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: 80-net-name-slot.rules
@ 2013-02-03 19:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-03 19:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/02/03 19:18:32

  Modified:             80-net-name-slot.rules
  Log:
  Recommend copying the file from /lib/udev/rules.d/ to /etc/udev/rules.d/ instead of deleting this dummy file because stable udev's ebuild will always put the file in place if it isn't there already.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.3                  sys-fs/udev/files/80-net-name-slot.rules

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?r1=1.2&r2=1.3

Index: 80-net-name-slot.rules
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 80-net-name-slot.rules	29 Jan 2013 06:06:00 -0000	1.2
+++ 80-net-name-slot.rules	3 Feb 2013 19:18:32 -0000	1.3
@@ -7,8 +7,10 @@
 # because the new names will be drastically different from the eth*, wlan*, etc
 # names you are used to working with.
 #
-# To activate this function, move this file to a name that doesn't end in.rules,
-# or remove it then reboot your system.
+# To activate this function, copy 80-net-name-slot.rules from /lib/udev/rules.d/
+# to /etc/udev/rules.d/
+# Deleting the file works too but when you re-emerge the current stable udev
+# it will restore this dummy file there if it isn't there already!
 #
 # If you want to deactivate this function, install a udev rules file as
 # /etc/udev/rules.d/80-net-name-slot.rules then reboot your system.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: 80-net-name-slot.rules
@ 2013-02-03 19:21 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-03 19:21 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/02/03 19:21:34

  Modified:             80-net-name-slot.rules
  Log:
  Be more specific
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.4                  sys-fs/udev/files/80-net-name-slot.rules

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules?r1=1.3&r2=1.4

Index: 80-net-name-slot.rules
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/80-net-name-slot.rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 80-net-name-slot.rules	3 Feb 2013 19:18:32 -0000	1.3
+++ 80-net-name-slot.rules	3 Feb 2013 19:21:34 -0000	1.4
@@ -9,8 +9,9 @@
 #
 # To activate this function, copy 80-net-name-slot.rules from /lib/udev/rules.d/
 # to /etc/udev/rules.d/
-# Deleting the file works too but when you re-emerge the current stable udev
-# it will restore this dummy file there if it isn't there already!
+# Deleting the file from /etc/udev/rules.d/ works too but when you re-emerge
+# the current stable udev it will restore this dummy file there if it isn't there
+# already!
 #
 # If you want to deactivate this function, install a udev rules file as
 # /etc/udev/rules.d/80-net-name-slot.rules then reboot your system.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: 80-net-name-slot.rules
@ 2013-07-26 14:48 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-26 14:48 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/07/26 14:48:42

  Removed:              80-net-name-slot.rules
  Log:
  old
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-26 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03 19:21 [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: 80-net-name-slot.rules Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-26 14:48 Samuli Suominen (ssuominen)
2013-02-03 19:18 Samuli Suominen (ssuominen)
2013-01-29  6:06 Samuli Suominen (ssuominen)
2013-01-09 19:25 William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox