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
commit5cd2c2cd12b37f62d8b383cb21edb6b0ffe37810 (patch)
tree16ce046c443727532347a6b11aca94b9d0b5a849 /net-dialup
parentversion bump and ebuild cleanup (diff)
downloadhistorical-5cd2c2cd12b37f62d8b383cb21edb6b0ffe37810.tar.gz
historical-5cd2c2cd12b37f62d8b383cb21edb6b0ffe37810.tar.bz2
historical-5cd2c2cd12b37f62d8b383cb21edb6b0ffe37810.zip
cleanups and info messages
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/mgetty/Manifest8
-rw-r--r--net-dialup/mgetty/mgetty-1.1.33.ebuild16
2 files changed, 15 insertions, 9 deletions
diff --git a/net-dialup/mgetty/Manifest b/net-dialup/mgetty/Manifest
index f09b5d2aef2c..70dc185e8e34 100644
--- a/net-dialup/mgetty/Manifest
+++ b/net-dialup/mgetty/Manifest
@@ -8,7 +8,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 1e74ab114e1e5bc8625f3cc1fcb4ee71 mgetty-1.1.33.ebuild 4309
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
@@ -27,7 +27,7 @@ MD5 c1e91ed1386ed8e49d88ffca11b2c194 files/mgetty-1.1.33-callback.diff 991
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCZW2hjiC39V7gKu0RAlOuAKCT9elaCa7vtZtwRq9dl28kH6JRJwCgwIp0
-WhYHfHTaHwHE0sxu9+oU6tA=
-=LvCl
+iD8DBQFCZXQdjiC39V7gKu0RAhH4AJ9iotLnfFTULKw9EXI8KU4dSrBddgCfSRDz
+2pGgBM9sorC1oV/+7THTQTU=
+=iW6E
-----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!"
}