summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-03-13 20:26:59 +0000
committerAlin Năstac <mrness@gentoo.org>2009-03-13 20:26:59 +0000
commit57d87ef14cc609fca92fdf84d07700e1d348c976 (patch)
tree31425f85b87c35e512d1ae2b0a23964b1c40fbc1 /net-dialup/mwavem/mwavem-2.0-r1.ebuild
parentMarking texlive-langcyrillic-2008 ppc64 for bug 235551 (diff)
downloadgentoo-2-57d87ef14cc609fca92fdf84d07700e1d348c976.tar.gz
gentoo-2-57d87ef14cc609fca92fdf84d07700e1d348c976.tar.bz2
gentoo-2-57d87ef14cc609fca92fdf84d07700e1d348c976.zip
Replace udevcontrol with udevadm control.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/mwavem/mwavem-2.0-r1.ebuild')
-rw-r--r--net-dialup/mwavem/mwavem-2.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/mwavem/mwavem-2.0-r1.ebuild b/net-dialup/mwavem/mwavem-2.0-r1.ebuild
index 5910b994f41f..750154160f1c 100644
--- a/net-dialup/mwavem/mwavem-2.0-r1.ebuild
+++ b/net-dialup/mwavem/mwavem-2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0-r1.ebuild,v 1.1 2008/10/18 09:42:16 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0-r1.ebuild,v 1.2 2009/03/13 20:26:59 mrness Exp $
inherit autotools
@@ -53,7 +53,7 @@ pkg_postinst() {
elif [ -e "${ROOT}/dev/.udev" ]; then
#the device should be created by udev
ebegin "Restarting udev to reread udev rules"
- udevcontrol reload_rules
+ udevadm control --reload-rules
eend $?
else
[ ! -d "${ROOT}/dev/modem" ] && mkdir --mode=0755 "${ROOT}/dev/modems"