udev: switch to OpenRC; bump revision.

--HG--
extra : convert_revision : 5fdfb64e584411c294ecadb2dc90286056313905
This commit is contained in:
Juan RP
2009-05-04 21:44:24 +02:00
parent 2ed7b24d16
commit 4e869cddf8
4 changed files with 69 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Template file for 'udev'
pkgname=udev
version=141
revision=1
patch_files="arch-udev-rules.diff"
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure
@@ -37,4 +38,7 @@ post_install()
ln -s /proc/self/fd/1 $DESTDIR/lib/udev/devices/stdout
ln -s /proc/self/fd/2 $DESTDIR/lib/udev/devices/stderr
ln -s /proc/kcore $DESTDIR/lib/udev/devices/core
# Install the OpenRC service
install -D -m755 ${FILESDIR}/udev.rc ${DESTDIR}/etc/init.d/udev
}