diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-06 20:41:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-06 20:41:37 +0000 |
commit | ed8a40977eff5e7e27550d1b1553df5f7b45626c (patch) | |
tree | a4c33564ced904d31ed91f255e2a5b986b34b0bf /net-dialup | |
parent | Remasked w/ ~x86 til raker can take a look at dependance on xvid which is masked (diff) | |
download | historical-ed8a40977eff5e7e27550d1b1553df5f7b45626c.tar.gz historical-ed8a40977eff5e7e27550d1b1553df5f7b45626c.tar.bz2 historical-ed8a40977eff5e7e27550d1b1553df5f7b45626c.zip |
tweak pkg_postinst msg
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild | 4 |
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" } |