Browse Source

udev: Updated (124 -> 125)

karasz/qt
Alejandro Mery 17 years ago
parent
commit
f221300f2b
  1. 4
      filesystem/udev/modprobe_rules.patch
  2. 26
      filesystem/udev/overwrite_rules.patch
  3. 6
      filesystem/udev/udev.conf
  4. 4
      filesystem/udev/udev.desc

4
filesystem/udev/modprobe_rules.patch

@ -14,8 +14,8 @@
# version. # version.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
--- ./etc/udev/rules.d/80-drivers.rules.orig 2008-06-12 08:24:30.000000000 +0300 --- ./rules/rules.d/80-drivers.rules.orig 2008-06-12 08:24:30.000000000 +0300
+++ ./etc/udev/rules.d/80-drivers.rules 2009-02-01 17:13:46.000000000 +0200 +++ ./rules/rules.d/80-drivers.rules 2009-02-01 17:13:46.000000000 +0200
@@ -10,6 +10,11 @@ @@ -10,6 +10,11 @@
SUBSYSTEM=="mmc", RUN+="/sbin/modprobe mmc_block" SUBSYSTEM=="mmc", RUN+="/sbin/modprobe mmc_block"
SUBSYSTEM=="i2o", RUN+="/sbin/modprobe i2o_block" SUBSYSTEM=="i2o", RUN+="/sbin/modprobe i2o_block"

26
filesystem/udev/overwrite_rules.patch

@ -1,11 +1,11 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../udev/overwrite_rules.patch # Filename: package/.../udev/overwrite_rules.patch
# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2007 - 2009 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
# This patch file is dual-licensed. It is available under the license the # This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license # patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
@ -14,20 +14,16 @@
# version. # version.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2007-10-11 18:27:00.000000000 -0400 --- ./Makefile.orig 2009-02-01 21:38:50.000000000 +0200
+++ ./Makefile 2007-10-11 18:29:46.000000000 -0400 +++ ./Makefile 2009-02-01 21:41:24.000000000 +0200
@@ -227,13 +227,9 @@ @@ -220,9 +220,7 @@
install-config: install-config:
$(INSTALL) -d $(DESTDIR)$(libudevdir)/rules.d
$(INSTALL) -d $(DESTDIR)$(configdir)/rules.d $(INSTALL) -d $(DESTDIR)$(configdir)/rules.d
- @ if [ ! -r $(DESTDIR)$(configdir)/udev.conf ]; then \ - @ if [ ! -r $(DESTDIR)$(configdir)/udev.conf ]; then \
- $(INSTALL_DATA) etc/udev/udev.conf $(DESTDIR)$(configdir); \ - $(INSTALL_DATA) udev.conf $(DESTDIR)$(configdir); \
- fi - fi
+ @ $(INSTALL_DATA) etc/udev/udev.conf $(DESTDIR)$(configdir); + $(INSTALL_DATA) udev.conf $(DESTDIR)$(configdir);
@ for i in etc/udev/rules.d/*.rules; do \ cp rules/rules.d/* $(DESTDIR)$(libudevdir)/rules.d
- if [ ! -r $(DESTDIR)$(configdir)/rules.d/$$(basename $$i) ]; then \
$(INSTALL_DATA) $$i $(DESTDIR)$(configdir)/rules.d; \
- fi \
done
@ extras="$(EXTRAS)"; for target in $$extras; do \ @ extras="$(EXTRAS)"; for target in $$extras; do \
$(MAKE) -C $$target $@ || exit 1; \ $(MAKE) -C $$target $@ || exit 1; \

6
filesystem/udev/udev.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../udev/udev.conf # Filename: package/.../udev/udev.conf
# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2007 - 2009 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -29,12 +29,12 @@ udev_devices() {
} }
udev_rules() { udev_rules() {
local rulesd=$root$sysconfdir/udev/rules.d local rulesd=$root$libdir/udev/rules.d
echo "Installing our .rules files..." echo "Installing our .rules files..."
for x in $confdir/rules/*.rules; do for x in $confdir/rules/*.rules; do
[ ! -e "etc/udev/rules.d/${x##*/}" ] || echo_warning "${x##*/}: conflict detected." [ ! -e "rules/rules.d/${x##*/}" ] || echo_warning "${x##*/}: conflict detected."
install -v -m 644 $x $rulesd/ install -v -m 644 $x $rulesd/
done done
} }

4
filesystem/udev/udev.desc

@ -31,8 +31,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 124 [V] 125
[P] X -?---5---9 102.030 [P] X -?---5---9 102.030
[D] 939912868 udev-124.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ [D] 2947088272 udev-125.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/

Loading…
Cancel
Save