diff options
Diffstat (limited to 'net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch')
-rw-r--r-- | net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch b/net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch deleted file mode 100644 index 0526a2c0fc45..000000000000 --- a/net-dialup/mgetty/files/mgetty-1.1.35-faxrunq.patch +++ /dev/null @@ -1,30 +0,0 @@ -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 |