Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 78547 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>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "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 78547 by Juuso Alasuutari for review
  • Date: Fri, 28 Apr 2006 03:30:01 +0100 (BST)

Change 78547 by juuso_alasuutari@juuso_alasuutari-kamayuq on 2006/04/28
03:25:39

Changes in rule files, should now load SCSI driver. Still WIP though.
Also other edits.

Affected files ...

... //sgl/grimoires/devel/disk/udev/50-default.rules#4 delete
... //sgl/grimoires/devel/disk/udev/50-default.rules-hotplug#4 delete
... //sgl/grimoires/devel/disk/udev/52-modules.rules#1 add
... //sgl/grimoires/devel/disk/udev/52-modules.rules-hotplug#1 add
... //sgl/grimoires/devel/disk/udev/HISTORY#83 edit
... //sgl/grimoires/devel/disk/udev/INSTALL#29 edit
... //sgl/grimoires/devel/disk/udev/rules/50-default.rules#17 add
... //sgl/grimoires/devel/disk/udev/rules/README#3 edit

Differences ...

==== //sgl/grimoires/devel/disk/udev/HISTORY#83 (text) ====

@@ -1,3 +1,15 @@
+2006-04-28 Juuso Alasuutari <iuso AT sourcemage.org>
+ * 50-default.rules, 50-default.rules-hotplug: Deleted, see below
+ * rules/50-default.rules: Added, now the differences between
+ non-hotplug and hotplug systems are taken care of in
+ 52-modules.rules*
+ * 52-modules.rules, 52-modules.rules-hotplug: Added, different
+ module loading rules for non-hotplug and hotplug systems. Also
+ some new rules for non-hotplug, fixes e.g. SCSI driver
+ loading.
+ * INSTALL: Edited to install correct 52-modules.rules* file
+ * rules/README: Updated the text a bit
+
2006-04-27 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Version 091


==== //sgl/grimoires/devel/disk/udev/INSTALL#29 (xtext) ====

@@ -11,9 +11,9 @@

# install diff default rules on hotplug and non-hotplug systems
if spell_ok hotplug; then
- install_config_file $SCRIPT_DIRECTORY/50-default.rules-hotplug
${UDEV_CFG}/rules.d/50-default.rules
+ install_config_file $SCRIPT_DIRECTORY/52-modules.rules-hotplug
${UDEV_CFG}/rules.d/52-modules.rules
else
- install_config_file $SCRIPT_DIRECTORY/50-default.rules
${UDEV_CFG}/rules.d/50-default.rules
+ install_config_file $SCRIPT_DIRECTORY/52-modules.rules
${UDEV_CFG}/rules.d/52-modules.rules
fi

# install alsa rules

==== //sgl/grimoires/devel/disk/udev/rules/README#3 (text) ====

@@ -6,4 +6,6 @@
When a rule matches in one file, a different rule in another file will be
ignored, so be sure to name your own files properly.

-Be sure to leave 50-default.rules as it is, so the spell can update it when
needed.
+Be sure to leave rules files installed by the spell as they are, so the
+spell can update them when needed. If you need to make changes, always
+add your own rules files when possible.



  • [SM-Commit] PERFORCE change 78547 by Juuso Alasuutari for review, Perforce Review Daemon, 04/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page