diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-11-11 01:09:22 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-11-11 01:09:22 +0000 |
commit | 83318c5a095025c9f46d2f45815984262049bdb7 (patch) | |
tree | 5758f457765f5fc0da00ba49d90632b55578f957 /net-misc/hylafax | |
parent | amd64 stable, bug 246327 (diff) | |
download | gentoo-2-83318c5a095025c9f46d2f45815984262049bdb7.tar.gz gentoo-2-83318c5a095025c9f46d2f45815984262049bdb7.tar.bz2 gentoo-2-83318c5a095025c9f46d2f45815984262049bdb7.zip |
Updated latest version to allow agetty default when no mgetty is used.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.4.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog index 242219c9fecf..67b63f82be15 100644 --- a/net-misc/hylafax/ChangeLog +++ b/net-misc/hylafax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/hylafax # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.81 2008/07/13 23:05:21 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.82 2008/11/11 01:09:22 nerdboy Exp $ + + 10 Nov 2008; Steve Arnold <nerdboy@gentoo.org> hylafax-4.4.4.ebuild: + Updated latest version to allow agetty default when no mgetty is used. + Too many errors for parallel makes, so it stays at -j1. *hylafax-4.4.4 (13 Jul 2008) diff --git a/net-misc/hylafax/hylafax-4.4.4.ebuild b/net-misc/hylafax/hylafax-4.4.4.ebuild index 79d7fb49b3a3..690be96717cc 100644 --- a/net-misc/hylafax/hylafax-4.4.4.ebuild +++ b/net-misc/hylafax/hylafax-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.4.4.ebuild,v 1.1 2008/07/13 23:05:21 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.4.4.ebuild,v 1.2 2008/11/11 01:09:22 nerdboy Exp $ inherit eutils multilib pam toolchain-funcs @@ -87,8 +87,8 @@ src_compile() { --with-PATH_EGETTY=/sbin/mgetty \ --with-PATH_VGETTY=/usr/sbin/vgetty" else + # GETTY defaults to /sbin/agetty my_conf="${my_conf} \ - --with-PATH_GETTY=/bin/false \ --with-PATH_EGETTY=/bin/false \ --with-PATH_VGETTY=/bin/false" fi |