summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-04-19 21:11:48 +0000
committerAlin Năstac <mrness@gentoo.org>2005-04-19 21:11:48 +0000
commit622c55b2fee4a3674175c254cbf28d2d127fac59 (patch)
treecc6128bbcdafe5c37f548793cf2931a307a8cf21 /net-dialup
parentversion bump and ebuild cleanup (Manifest recommit) (diff)
downloadgentoo-2-622c55b2fee4a3674175c254cbf28d2d127fac59.tar.gz
gentoo-2-622c55b2fee4a3674175c254cbf28d2d127fac59.tar.bz2
gentoo-2-622c55b2fee4a3674175c254cbf28d2d127fac59.zip
cleanups and info messages
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/mgetty/Manifest12
-rw-r--r--net-dialup/mgetty/mgetty-1.1.33.ebuild16
2 files changed, 12 insertions, 16 deletions
diff --git a/net-dialup/mgetty/Manifest b/net-dialup/mgetty/Manifest
index f09b5d2aef2c..549064d78ddd 100644
--- a/net-dialup/mgetty/Manifest
+++ b/net-dialup/mgetty/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 bc75a4320bc728bf322a4c13852b24ed mgetty-1.1.30.ebuild 3348
MD5 257d235065484c5dd1a0f3c700cc06c1 mgetty-1.1.30-r3.ebuild 3814
MD5 8c8c27d4f69b98bada61c29cc2018ba0 mgetty-1.1.30-r2.ebuild 3549
@@ -8,7 +5,7 @@ MD5 d38aaeecbf142081ba96f86e29d25a33 mgetty-1.1.31.ebuild 3776
MD5 6b58e8fabf4fd11e7e7da859094f6f7e mgetty-1.1.31-r1.ebuild 3850
MD5 f62582c9548954ac535e74d829a02659 ChangeLog 7050
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
-MD5 31e272cdbbb6832d99704dfd8c054db6 mgetty-1.1.33.ebuild 4030
+MD5 be9f9a21ae8ea2b191151cbe7292af13 mgetty-1.1.33.ebuild 4312
MD5 bc47f96a12b21b779d57c0c2ad4b6837 files/mgetty-1.1.30-gentoo.diff 2771
MD5 98aeee2f59082edadd2c9f85e0fe4fde files/mgetty-1.1.31-logfile.c.diff 1581
MD5 3d8cb487c2713420c85ac4af2fe324ab files/mgetty-1.1.33-strerror.diff 1573
@@ -24,10 +21,3 @@ MD5 192de0178f8a1dc659e1a81c7ff002c2 files/digest-mgetty-1.1.33 71
MD5 d9069c6812a2e93b2c51d0f59a5bf3f3 files/mgetty-1.1.33-gentoo.diff 933
MD5 503ed4bbf18bb0b46850cb173873e16a files/Lucent.c.patch 814
MD5 c1e91ed1386ed8e49d88ffca11b2c194 files/mgetty-1.1.33-callback.diff 991
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCZW2hjiC39V7gKu0RAlOuAKCT9elaCa7vtZtwRq9dl28kH6JRJwCgwIp0
-WhYHfHTaHwHE0sxu9+oU6tA=
-=LvCl
------END PGP SIGNATURE-----
diff --git a/net-dialup/mgetty/mgetty-1.1.33.ebuild b/net-dialup/mgetty/mgetty-1.1.33.ebuild
index d39792339865..c751f7d8f6b0 100644
--- a/net-dialup/mgetty/mgetty-1.1.33.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.33.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.33.ebuild,v 1.1 2005/04/19 20:43:50 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.33.ebuild,v 1.2 2005/04/19 21:11:48 mrness Exp $
inherit toolchain-funcs flag-o-matic eutils
@@ -124,9 +124,9 @@ src_install () {
docinto samples/new_fax
dodoc samples_new_fax.all/*
- insinto /usr/share/"${PN}"
+ insinto /usr/share/${PN}
doins -r patches frontends
- insinto /usr/share/"${PN}"/voice
+ insinto /usr/share/${PN}/voice
doins -r voice/{contrib,Perl,scripts}
diropts -m 0750 -o fax -g fax
@@ -140,6 +140,12 @@ src_install () {
}
pkg_postinst() {
- einfo "${ROOT}/var/spool/voice/.code and ${ROOT}/var/spool/voice/messages/Index"
- einfo "are not longer created by this automatically!"
+ einfo "Users who wish to use the fax or voicemail capabilities must be members"
+ einfo "of the group fax in order to access files"
+ echo
+ einfo "If you want to grab voice messages from a remote location, you must save"
+ einfo "the password in ${ROOT}var/spool/voice/.code file"
+ echo
+ ewarn "${ROOT}var/spool/voice/.code and ${ROOT}var/spool/voice/messages/Index"
+ ewarn "are not longer created by this automatically!"
}