First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 44231
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Steve Arnold <nerdboy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Frank Cringle <fdc-glb@cliwe.ping.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 44231 depends on: Show dependency tree
Bug 44231 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-10 03:48 0000
The mgetty-1.1.30.ebuild should set ECHO to "echo -e" in the Makefile after
unpacking.  The value is used in fax/faxrunq to build mail notifications and
needs the -e flag when run by bash.

Reproducible: Always
Steps to Reproduce:
1. Send a fax
2. Expect a sucess or failure mail
3. Empty mail arrives.  Content is hidden in the headers.

Actual Results:  
Figure out reason for failure.  File a bug report.

Expected Results:  
Worked correctly.

diff -u /usr/portage/net-dialup/mgetty/mgetty-1.1.30.ebuild
/usr/local/portage/net-dialup/mgetty/mgetty-1.1.30.ebuild
--- /usr/portage/net-dialup/mgetty/mgetty-1.1.30.ebuild 2004-02-18
13:10:16.000000000 +0100
+++ /usr/local/portage/net-dialup/mgetty/mgetty-1.1.30.ebuild   2004-03-10
12:14:47.235791285 +0100
@@ -38,6 +38,7 @@
                -e 's:\(\#define FAX_NOTIFY_PROGRAM\).*:\1
"/etc/mgetty+sendfax/new_fax":' \
                policy.h-dist > policy.h
        sed -i -e "s:phone_group phone:phone_group fax:g" voice/voice.conf-dist
+       sed -i 's:ECHO="echo":ECHO="echo -e":' Makefile
 }

 src_compile() {

------- Comment #1 From Joe Stroller 2004-03-29 09:17:08 0000 -------
Hmmmn... I'm not getting notification emails when faxes are received.
The source says:
    #define MAIL_TO         "faxadmin"
I have added faxadmin to Postfix's /etc/mail/aliases & mail to other aliases works fine

Could this  be he reason..?

Oh! And hello, nerdboy. LTNS   8-D. Belated congrats on becoming a dev.

------- Comment #2 From Steve Arnold 2004-05-06 23:36:28 0000 -------
Fix in portage: mgetty-1.1.30-r1.ebuild.

First Last Prev Next    No search results available      Search page      Enter new bug