summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-03-13 20:25:17 +0000
committerAlin Năstac <mrness@gentoo.org>2009-03-13 20:25:17 +0000
commit79f6eaf6ab5cab86ca2e80ddf501f93d15bbcba5 (patch)
tree927799478df0678630e19053f38cf9542a17159b /net-dialup/ltmodem
parentMarking texlive-langdanish-2008 ppc64 for bug 235551 (diff)
downloadgentoo-2-79f6eaf6ab5cab86ca2e80ddf501f93d15bbcba5.tar.gz
gentoo-2-79f6eaf6ab5cab86ca2e80ddf501f93d15bbcba5.tar.bz2
gentoo-2-79f6eaf6ab5cab86ca2e80ddf501f93d15bbcba5.zip
Replace udevcontrol with udevadm control.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/ltmodem')
-rw-r--r--net-dialup/ltmodem/ChangeLog7
-rw-r--r--net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog
index 2ba9dc959088..a6bf16f901c9 100644
--- a/net-dialup/ltmodem/ChangeLog
+++ b/net-dialup/ltmodem/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ltmodem
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.44 2008/11/02 10:26:37 mrness Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.45 2009/03/13 20:25:17 mrness Exp $
+
+ 13 Mar 2009; Alin Năstac <mrness@gentoo.org> ltmodem-2.6.9-r1.ebuild:
+ Replace udevcontrol with udevadm control.
02 Nov 2008; Alin Năstac <mrness@gentoo.org>
-files/ltmodem-2.6.9-kernel-2.6.24.patch,
diff --git a/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild b/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild
index 6a067f55caf6..6d1453c87b95 100644
--- a/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild
+++ b/net-dialup/ltmodem/ltmodem-2.6.9-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/ltmodem/ltmodem-2.6.9-r1.ebuild,v 1.3 2008/11/02 10:26:37 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild,v 1.4 2009/03/13 20:25:17 mrness Exp $
inherit linux-mod eutils
@@ -67,7 +67,7 @@ pkg_postinst() {
# Make some devices if we aren't using udev
if [ -e "${ROOT}/dev/.udev" ]; then
ebegin "Restarting udev to reread udev rules"
- udevcontrol reload_rules
+ udevadm control --reload-rules
eend $?
else
mknod --mode=0660 /dev/ttySLTM0 c 62 64 && chgrp dialout /dev/ttySLTM0