diff options
author | William Hubbs <williamh@gentoo.org> | 2011-12-29 19:32:46 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-29 19:32:46 +0000 |
commit | df90e484d9eab9e4559f8171e409f396b4c36027 (patch) | |
tree | 63ffa7e4e6a2d98e25267960fd5fd31e9db4694b /sys-fs/udev/udev-9999.ebuild | |
parent | Adding back 3.0.6, as it latest stt stable for some archs (diff) | |
download | historical-df90e484d9eab9e4559f8171e409f396b4c36027.tar.gz historical-df90e484d9eab9e4559f8171e409f396b4c36027.tar.bz2 historical-df90e484d9eab9e4559f8171e409f396b4c36027.zip |
add -vserver and -lxc keywords to udev-mount and udev-postmount, fix a typo in udev script and several repoman fixes.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux i686
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index e4bd4e29366c..f8227e6424d0 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.66 2011/12/25 04:59:48 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.67 2011/12/29 19:32:46 williamh Exp $ EAPI=4 @@ -357,7 +357,7 @@ ismounted() while read a m a; do [ "$m" = "$1" ] && return 0 done < "${ROOT}"/proc/mounts - return 1 + return 1 } pkg_postinst() |