From 1b216a3c5f7965f663496eee9a72f380cfa73052 Mon Sep 17 00:00:00 2001 From: kueller Date: Thu, 22 Apr 2010 16:32:09 +0000 Subject: [PATCH] =?UTF-8?q?udevstart=20und=20udevtrigger=20werden=20nicht?= =?UTF-8?q?=20mehr=20ben=C3=B6tigt.=20macht=20der=20neue=20udev=20mittels?= =?UTF-8?q?=20udevctrl=20in=20post-start...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5581 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/udevstart.conf | 39 --------------------------------------- etc/init/udevtrigger.conf | 8 -------- 2 files changed, 47 deletions(-) delete mode 100644 etc/init/udevstart.conf delete mode 100644 etc/init/udevtrigger.conf diff --git a/etc/init/udevstart.conf b/etc/init/udevstart.conf deleted file mode 100644 index e6a9d6d..0000000 --- a/etc/init/udevstart.conf +++ /dev/null @@ -1,39 +0,0 @@ -# rcS - runlevel compatibility -# -# This task runs the old sysv-rc startup scripts. - -start on start udev - -#stop on runlevel - -# Note: there can be no previous runlevel here, if we have one it's bad -# information (we enter rc1 not rcS for maintenance). Run /etc/init.d/rc -# without information so that it defaults to previous=N runlevel=S. -console output -script - if [ -f /sbin/udevstart ]; then - . /etc/event.d/functions - . /etc/udev/udev.conf - prog=udev - sysfs_dir=/sys - bin=/lib/udev - udevd=/sbin/udevd - udev_root=/dev - echo "Bringing udev system up" - mount -t sysfs none /sys - status_message "mount of sys..." - if [ ! -d /var/lock/subsys ]; then - mkdir /var/lock/subsys - fi - if [ ! -d $udev_root ]; then - mkdir $udev_root - fi - status_message "Creation ov /var/lock..." - mount -t tmpfs none /dev - status_message "Mounting tmpfs to /dev..." - export ACTION=add - echo -n "Creating initial udev device nodes" - /sbin/udevstart - mkdir /dev/pts - fi -end script diff --git a/etc/init/udevtrigger.conf b/etc/init/udevtrigger.conf deleted file mode 100644 index 7181b5b..0000000 --- a/etc/init/udevtrigger.conf +++ /dev/null @@ -1,8 +0,0 @@ -# rc - runlevel compatibility -# -# This task guesses what the "default runlevel" should be and starts the -# appropriate script. - -start on started udev - -exec /sbin/udevtrigger