From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Flavien Bridault" <f.bridault AT fra.net>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Jason Flatt" <jflatt AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 77791 by Juuso Alasuutari for review
Date: Sat, 15 Apr 2006 01:20:01 +0100 (BST)
Change 77791 by juuso_alasuutari@juuso_alasuutari-kamayuq on 2006/04/15
01:19:09
New feature: a script that creates rules which bind network
device MAC addresses to interface names. It uses the names
assigned at the moment and binds to those. This fixes the
problem where interface names change during boot. Enjoy!
@@ -1,3 +1,10 @@
+2006-04-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE: Added prompt to install persistent network
+ interface names, made prompts more uniform
+ * INSTALL: Edited to source a script to install persistent
+ network interface name rules
+ * bindings: Added, this is the mentioned script
+
2006-04-06 Flavien Bridault <vlaaad AT sourcemage.org>
* 50-default.rules-hotplug, 50-default.rules: added a rule for svgalib
devices (bug #10858)
+# Install rules to set persistent name bindings for network interfaces
+if [[ $UDEV_NETWORK == y ]]; then
+ . $SCRIPT_DIRECTORY/bindings
+fi &&
+
if [[ "$UDEV_STATIC" == 'y' ]]; then
pushd __static__ &&
# we are not supposed to use `make install'
[SM-Commit] PERFORCE change 77791 by Juuso Alasuutari for review,
Perforce Review Daemon, 04/14/2006