Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57857 Details for
Bug 89047
hylafax should have PATH_EGETTY/PATH_VGETTY configurable by use flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
usage of mgetty/vgetty for data/voice calls
hylafax-mgetty.patch (text/plain), 1.22 KB, created by
Alin Năstac (RETIRED)
on 2005-05-02 10:42:00 UTC
(
hide
)
Description:
usage of mgetty/vgetty for data/voice calls
Filename:
MIME Type:
Creator:
Alin Năstac (RETIRED)
Created:
2005-05-02 10:42:00 UTC
Size:
1.22 KB
patch
obsolete
>--- hylafax-4.2.1.ebuild.old 2005-02-18 08:50:22.000000000 +0200 >+++ hylafax-4.2.1.ebuild.new 2005-05-02 20:36:58.000000000 +0300 >@@ -4,7 +4,7 @@ > > inherit eutils > >-IUSE="faxonly jpeg pam" >+IUSE="faxonly jpeg pam mgetty" > > DESCRIPTION="Client-server fax package for class 1 and 2 fax modems." > HOMEPAGE="http://www.hylafax.org" >@@ -20,7 +20,8 @@ > >=media-libs/tiff-3.7.0 > jpeg? ( media-libs/jpeg ) > sys-apps/gawk >- pam? ( sys-libs/pam )" >+ pam? ( sys-libs/pam ) >+ mgetty? ( net-dialup/mgetty )" > > RDEPEND="${DEPEND} > net-mail/metamail" >@@ -39,7 +40,6 @@ > --with-DIR_SPOOL=/var/spool/fax > --with-DIR_HTML=/usr/share/doc/${P}/html > --with-DIR_CGI=${WORKDIR} >- --with-PATH_EGETTY=/bin/false > --with-HTML=yes > --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax > --with-PATH_IMPRIP=\"\" >@@ -47,6 +47,16 @@ > --with-LIBTIFF=\"-ltiff -ljpeg -lz\" > --with-OPTIMIZER=\"${CFLAGS}\" > --with-DSO=auto" >+ >+ if use mgetty; then >+ my_conf="${my_conf} \ >+ --with-PATH_EGETTY=/usr/sbin/mgetty \ >+ --with-PATH_VGETTY=/usr/sbin/vgetty" >+ else >+ my_conf="${my_conf} \ >+ --with-PATH_EGETTY=/bin/false \ >+ --with-PATH_VGETTY=/bin/false" >+ fi > > if [ -h /etc/localtime ]; then > local continent=$(readlink /etc/localtime | cut -d / -f 5)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 89047
: 57857