diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-04-11 15:57:18 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-11 15:57:18 +0000 |
commit | e21365054c7222cd91dabdbb4aa5172b673d7dea (patch) | |
tree | 8fc6fc19906e5f8c2e0efae2b7164f228f06a01f /sys-fs/eudev/files | |
parent | Disable pypy support since data install layout is incompatible with java-config. (diff) | |
download | gentoo-2-e21365054c7222cd91dabdbb4aa5172b673d7dea.tar.gz gentoo-2-e21365054c7222cd91dabdbb4aa5172b673d7dea.tar.bz2 gentoo-2-e21365054c7222cd91dabdbb4aa5172b673d7dea.zip |
revbump to fix bug 465470, drop deprecated beta3
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sys-fs/eudev/files')
-rwxr-xr-x | sys-fs/eudev/files/udev-postmount | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/eudev/files/udev-postmount b/sys-fs/eudev/files/udev-postmount index 5d02dcd81243..cecc91e0d98c 100755 --- a/sys-fs/eudev/files/udev-postmount +++ b/sys-fs/eudev/files/udev-postmount @@ -34,9 +34,8 @@ store_persistent_rules() start() { - RUNDIR=$(udevadm info --run) # check if this system uses udev - [ -d "${RUNDIR}" ] || return 0 + [ -d /run/udev ] || return 0 # store persistent-rules that got created while booting # when / was still read-only |