r639 - crux-2.1/ports/opt/udev
Author: jaeger Date: 2006-01-30 15:43:54 +0100 (Mon, 30 Jan 2006) New Revision: 639 Modified: crux-2.1/ports/opt/udev/.footprint crux-2.1/ports/opt/udev/.md5sum crux-2.1/ports/opt/udev/Pkgfile crux-2.1/ports/opt/udev/udev.rules Log: udev: updated to version 084 Modified: crux-2.1/ports/opt/udev/.footprint =================================================================== --- crux-2.1/ports/opt/udev/.footprint 2006-01-30 13:03:03 UTC (rev 638) +++ crux-2.1/ports/opt/udev/.footprint 2006-01-30 14:43:54 UTC (rev 639) @@ -43,11 +43,12 @@ -rwxr-xr-x root/root usr/bin/udevinfo -rwxr-xr-x root/root usr/bin/udevtest drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man7/ +-rw-r--r-- root/root usr/man/man7/udev.7.gz drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/ata_id.8.gz -rw-r--r-- root/root usr/man/man8/cdrom_id.8.gz -rw-r--r-- root/root usr/man/man8/scsi_id.8.gz --rw-r--r-- root/root usr/man/man8/udev.8.gz lrwxrwxrwx root/root usr/man/man8/udevcontrol.8.gz -> udevd.8.gz -rw-r--r-- root/root usr/man/man8/udevd.8.gz -rw-r--r-- root/root usr/man/man8/udevinfo.8.gz Modified: crux-2.1/ports/opt/udev/.md5sum =================================================================== --- crux-2.1/ports/opt/udev/.md5sum 2006-01-30 13:03:03 UTC (rev 638) +++ crux-2.1/ports/opt/udev/.md5sum 2006-01-30 14:43:54 UTC (rev 639) @@ -1,3 +1,3 @@ a7d745a3f3b8e222b6957aefec1cdd2f start_udev -981fc92fd2eeb4d4d13c182c447af6bf udev-079.tar.bz2 -9af48a3e6d6dd0e7a71e37ab7feb1904 udev.rules +143b3691ae5e6f96995e5749894f78e4 udev-084.tar.bz2 +5d0a57a6986c974569f90c941a3fd17e udev.rules Modified: crux-2.1/ports/opt/udev/Pkgfile =================================================================== --- crux-2.1/ports/opt/udev/Pkgfile 2006-01-30 13:03:03 UTC (rev 638) +++ crux-2.1/ports/opt/udev/Pkgfile 2006-01-30 14:43:54 UTC (rev 639) @@ -1,10 +1,10 @@ # Description: Userspace device management daemon # URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: hotplug, sysfsutils +# Depends on: hotplug name=udev -version=079 +version=084 release=1 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ udev.rules start_udev) @@ -20,6 +20,10 @@ udevdir="/dev" \ mandir="/usr/man" \ DESTDIR=$PKG all install + # udev, udevsend, udevstart need to be installed manually now + install -m 0755 udev{,send,start} $PKG/sbin/ + # man pages + install -m 0644 udev{send,start}.8 $PKG/usr/man/man8/ install -m 0644 $SRC/udev.rules \ $PKG/etc/udev/rules.d/50-udev.rules install extras/raid-devfs.sh $PKG/lib/udev/ Modified: crux-2.1/ports/opt/udev/udev.rules =================================================================== --- crux-2.1/ports/opt/udev/udev.rules 2006-01-30 13:03:03 UTC (rev 638) +++ crux-2.1/ports/opt/udev/udev.rules 2006-01-30 14:43:54 UTC (rev 639) @@ -299,10 +299,10 @@ # be backward compatible for a while with the /etc/dev.d and /etc/hotplug.d/ systems # run /etc/hotplug.d/ stuff only if we came from a hotplug event, not for udevstart -ENV{UDEVD_EVENT}=="1", RUN+="/lib/udev/udev_run_hotplugd" +ENV{UDEVD_EVENT}=="1", RUN+="/lib/udev/udev_run_hotplugd $env{SUBSYSTEM}" # always run /etc/dev.d/ stuff for now. -RUN+="/lib/udev/udev_run_devd" +RUN+="/lib/udev/udev_run_devd $env{SUBSYSTEM}" # debugging monitor RUN+="socket:/org/kernel/udev/monitor"
participants (1)
-
crux@crux.nu