Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=93bfe0a45d92c845c42097eebc02eefdd5582208

commit 93bfe0a45d92c845c42097eebc02eefdd5582208
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed May 26 18:32:02 2010 +0200

udev-156-1-i686

- version bump
- clean up the init script, since symlinks and static dev copying is now
done by the daemon already

diff --git a/source/base/udev/FrugalBuild b/source/base/udev/FrugalBuild
index db0be12..06c7412 100644
--- a/source/base/udev/FrugalBuild
+++ b/source/base/udev/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna <vmik...@frugalware.org>

pkgname=udev
-pkgver=153
+pkgver=156
pkgrel=1
pkgdesc="A userspace implementation of devfs"
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/";
diff --git a/source/base/udev/rc.udev b/source/base/udev/rc.udev
index a3e8a20..2bab73e 100644
--- a/source/base/udev/rc.udev
+++ b/source/base/udev/rc.udev
@@ -25,15 +25,9 @@ udev_root="/dev"

make_extra_nodes () {
# there are a few things that sysfs does not export for us.
-       # these things go here (and remember to remove them in
-       # remove_extra_nodes()
+       # these things go here
#
# Thanks to Gentoo for the initial list of these.
-       ln -snf /proc/self/fd $udev_root/fd
-       ln -snf /proc/self/fd/0 $udev_root/stdin
-       ln -snf /proc/self/fd/1 $udev_root/stdout
-       ln -snf /proc/self/fd/2 $udev_root/stderr
-       ln -snf /proc/kcore $udev_root/core

mkdir $udev_root/pts
mkdir $udev_root/shm
@@ -62,10 +56,6 @@ make_extra_nodes

#echo "udev startup is finished!"

-if ls /lib/udev/devices/* 2>/dev/null >/dev/null;then
-       cp -a /lib/udev/devices/* /dev
-fi
-
# actually we need that here
if [ -e /proc/cmdline ]; then
if grep -q quiet /proc/cmdline; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to