diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-05-18 12:49:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-05-18 12:49:23 +0000 |
commit | 8126cbc9bf0faef0f7c592f54b0442d5bb22fa4a (patch) | |
tree | 166a057e92bd45b628db38b7a9aac8284c146bfc /net-dialup/mgetty/files | |
parent | added to ~mips for testing (diff) | |
download | gentoo-2-8126cbc9bf0faef0f7c592f54b0442d5bb22fa4a.tar.gz gentoo-2-8126cbc9bf0faef0f7c592f54b0442d5bb22fa4a.tar.bz2 gentoo-2-8126cbc9bf0faef0f7c592f54b0442d5bb22fa4a.zip |
Correct quotes in faxrunq script (#133659).
(Portage version: 2203-svn)
Diffstat (limited to 'net-dialup/mgetty/files')
-rw-r--r-- | net-dialup/mgetty/files/digest-mgetty-1.1.35-r1 (renamed from net-dialup/mgetty/files/digest-mgetty-1.1.35) | 0 | ||||
-rw-r--r-- | net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net-dialup/mgetty/files/digest-mgetty-1.1.35 b/net-dialup/mgetty/files/digest-mgetty-1.1.35-r1 index dffc225411d0..dffc225411d0 100644 --- a/net-dialup/mgetty/files/digest-mgetty-1.1.35 +++ b/net-dialup/mgetty/files/digest-mgetty-1.1.35-r1 diff --git a/net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch b/net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch new file mode 100644 index 000000000000..0526a2c0fc45 --- /dev/null +++ b/net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch @@ -0,0 +1,30 @@ +diff -Nru mgetty-1.1.35.orig/fax/faxrunq.in mgetty-1.1.35/fax/faxrunq.in +--- mgetty-1.1.35.orig/fax/faxrunq.in 2006-02-09 16:46:18.000000000 +0200 ++++ mgetty-1.1.35/fax/faxrunq.in 2006-05-18 15:36:04.000000000 +0300 +@@ -243,7 +243,7 @@ + $echo "Status "`date`" successfully sent" >>JOB + + # update accounting log +- $echo `dirname $job`"|$MAIL_TO|| $PHONE |0|"`date '+%Y%m%d %H:%M:%S`"|$AH|success" >>$FAX_ACCT ++ $echo `dirname $job`"|$MAIL_TO|| $PHONE |0|"`date '+%Y%m%d %H:%M:%S'`"|$AH|success" >>$FAX_ACCT + + # send mail, if requested + if [ -n "$do_mail_s" ] ; then +@@ -314,7 +314,7 @@ + if [ -n "$suspend" ] + then + # update accounting log (final) +- $echo `dirname $job`"|$MAIL_TO|| $PHONE |$status|"`date '+%Y%m%d %H:%M:%S`"|$AH|fail $status: $why" >>$FAX_ACCT ++ $echo `dirname $job`"|$MAIL_TO|| $PHONE |$status|"`date '+%Y%m%d %H:%M:%S'`"|$AH|fail $status: $why" >>$FAX_ACCT + + # send mail, if requested + if [ -n "$do_mail_f" ] ; then +@@ -347,7 +347,7 @@ + mv JOB JOB.suspended 2>/dev/null + else # do not delete job yet... + # update accounting log (intermediate) +- $echo `dirname $job`"|$MAIL_TO|| $PHONE |-$status|"`date '+%Y%m%d %H:%M:%S`"|$AH|fail $status: $why" >>$FAX_ACCT ++ $echo `dirname $job`"|$MAIL_TO|| $PHONE |-$status|"`date '+%Y%m%d %H:%M:%S'`"|$AH|fail $status: $why" >>$FAX_ACCT + + # call update handler, if requested + if [ -n "$exec_pgm_u" ] ; then |