summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-06 20:41:37 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-06 20:41:37 +0000
commit09683a5485ad9ca09391a8c6e5fb365f3a92775f (patch)
treeac6e2f2e60f05e51828591d107c133fa946f9ef4 /net-dialup
parentRemasked w/ ~x86 til raker can take a look at dependance on xvid which is masked (diff)
downloadgentoo-2-09683a5485ad9ca09391a8c6e5fb365f3a92775f.tar.gz
gentoo-2-09683a5485ad9ca09391a8c6e5fb365f3a92775f.tar.bz2
gentoo-2-09683a5485ad9ca09391a8c6e5fb365f3a92775f.zip
tweak pkg_postinst msg
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild
index 8582ddb3e108..ed507cb1c34c 100644
--- a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild
+++ b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.2 2003/02/05 06:53:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.3 2003/02/06 20:41:37 vapier Exp $
MY_P="${P/_alpha/a}"
DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets"
@@ -51,6 +51,6 @@ pkg_postinst() {
einfo "/usr/share/doc/${PF}/html/post-install.html"
echo
einfo "Also, if you wish to access the modem through"
- einfo "devfs, just issue this command:"
+ einfo "/dev/modem without rebooting, run this:"
einfo "killall -HUP devfsd"
}