From 7bd5486ea0a2c08064229cabf3f181821ef852c4 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sat, 19 Nov 2005 16:05:59 +0000 Subject: [PATCH] udev: updated to version 075 --- udev/.footprint | 3 +++ udev/.md5sum | 2 +- udev/Pkgfile | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/udev/.footprint b/udev/.footprint index 041854f5b..573399a49 100644 --- a/udev/.footprint +++ b/udev/.footprint @@ -34,6 +34,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/udevtest drwxr-xr-x root/root usr/man/ 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 @@ -43,5 +45,6 @@ lrwxrwxrwx root/root usr/man/man8/udevcontrol.8.gz -> udevd.8.gz -rw-r--r-- root/root usr/man/man8/udevsend.8.gz -rw-r--r-- root/root usr/man/man8/udevstart.8.gz -rw-r--r-- root/root usr/man/man8/udevtest.8.gz +-rw-r--r-- root/root usr/man/man8/vol_id.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/udevmonitor diff --git a/udev/.md5sum b/udev/.md5sum index 13274b351..02cf46181 100644 --- a/udev/.md5sum +++ b/udev/.md5sum @@ -1,3 +1,3 @@ aaae18841e447385218df1f8dfb4a5c3 crux-udev.rules 7ef1bfe785a568d7ea763fc3e1bcfaf6 scsi-devfs.sh -6325fda7a6f29ef9fce3bcf73db3ad89 udev-071.tar.bz2 +024ce408f74b05ff6b52b4ff250359da udev-075.tar.bz2 diff --git a/udev/Pkgfile b/udev/Pkgfile index daffa69f7..e1cafb87e 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -1,10 +1,11 @@ +# $Id: Pkgfile,v 1.21 2005/11/19 15:59:28 jaeger Exp $ # 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 name=udev -version=071 +version=075 release=1 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ crux-udev.rules scsi-devfs.sh)