First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 133659
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Fritz Praus <fritz@praus.at>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
faxrunq.patch Fix for syntax error patch Fritz Praus 2006-05-18 01:52 0000 1.28 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 133659 depends on: Show dependency tree
Bug 133659 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: 2006-05-18 00:03 0000
since 1.1.35 the following syntax error occurs

/usr/bin/faxrunq: line 350: unexpected EOF while looking for matching `''
/usr/bin/faxrunq: line 374: syntax error: unexpected end of file

which is this line
$echo `dirname $job`"|$MAIL_TO|| $PHONE |-$status|"`date '+%Y%m%d
%H:%M:%S`"|$AH|fail $status: $why" >>$FAX_ACCT

problem also will occur in lines 246 and 317

------- Comment #1 From Alin Năstac 2006-05-18 01:12:37 0000 -------
Please replace
  `date '+%Y%m%d %H:%M:%S`
with
  `date '+%Y%m%d %H:%M:%S'`
and tell me if it works.

------- Comment #2 From Fritz Praus 2006-05-18 01:52:51 0000 -------
Created an attachment (id=86985) [edit]
Fix for syntax error

thanks for your help, seems to work

------- Comment #3 From Alin Năstac 2006-05-18 05:52:12 0000 -------
since the old faxrunq script it's obviously broken, I've fixed this bug in
1.1.35-r1, submitting the new revision with the exact same keywords as the late
1.1.35 ebuild.

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