summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-10-07 11:24:11 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-10-08 12:52:53 -0500
commit5726b21454f7300677447ab7a2d0484fbbe8d43c (patch)
treeed6aab9b16c95afea7a39cb5edb66bab1f887c97 /Makefile
parentConvert udev init script to work only with openrc (diff)
downloadudev-gentoo-scripts-5726b21454f7300677447ab7a2d0484fbbe8d43c.tar.gz
udev-gentoo-scripts-5726b21454f7300677447ab7a2d0484fbbe8d43c.tar.bz2
udev-gentoo-scripts-5726b21454f7300677447ab7a2d0484fbbe8d43c.zip
encorporate udev-mount script into udev script
udev-mount was a separate init script which mounted devtmpfs or a tmpfs filesystem on /dev for use with udev. This commit removes the separate udev-mount script and encorporates that code into the udev script. If you need to run it separately, you can do so with rc-service udev udev_mount or /etc/init.d/udev udev_mount.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b88c1bd..fc23e82 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install:
@install -m 0644 modprobe.d/* $(DESTDIR)$(MODPROBE_DIR)
@sed -e "s/%KV_MIN%/$(KV_min)/" \
-e "s/%KV_MIN_RELIABLE%/$(KV_reliable)/" \
- -i "$(DESTDIR)$(INITD)"/udev-mount
+ -i "$(DESTDIR)$(INITD)"/udev
check-git-repository:
git diff --quiet || { echo 'STOP, you have uncommitted changes in the working directory' ; false ; }