Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77792 by Juuso Alasuutari for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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 77792 by Juuso Alasuutari for review
  • Date: Sat, 15 Apr 2006 01:25:01 +0100 (BST)

Change 77792 by juuso_alasuutari@juuso_alasuutari-kamayuq on 2006/04/15
01:21:01

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!

Affected files ...

... //sgl/grimoires/test/disk/udev/CONFIGURE#10 integrate
... //sgl/grimoires/test/disk/udev/HISTORY#61 integrate
... //sgl/grimoires/test/disk/udev/INSTALL#21 integrate
... //sgl/grimoires/test/disk/udev/bindings#1 branch

Differences ...

==== //sgl/grimoires/test/disk/udev/CONFIGURE#10 (xtext) ====

@@ -1,4 +1,5 @@
-config_query UDEV_PERSIST 'install persistent disk rules?' n &&
+config_query UDEV_PERSIST 'Install persistent storage rules?' n &&
+config_query UDEV_NETWORK 'Install persistent network interface names?' n &&
config_query UDEV_STATIC 'Create static binaries in addition to dynamically
linked ones?' n &&
config_query_option UDEV_DEBUG 'Compile extra debugging messages?' n
'DEBUG=true' 'DEBUG=false' &&
if [[ "$UDEV_STATIC" == 'y' ]]; then
@@ -13,5 +14,5 @@
UDEV_EXTRAS=y &&
persistent_add UDEV_EXTRAS
else
- config_query UDEV_EXTRAS 'Do you want to compile extras helpers?' y
+ config_query UDEV_EXTRAS 'Compile extras helpers?' y
fi

==== //sgl/grimoires/test/disk/udev/HISTORY#61 (text) ====

@@ -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)

==== //sgl/grimoires/test/disk/udev/INSTALL#21 (xtext) ====

@@ -36,6 +36,11 @@

fi &&

+# 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 77792 by Juuso Alasuutari for review, Perforce Review Daemon, 04/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page