summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-05-18 12:49:23 +0000
committerAlin Năstac <mrness@gentoo.org>2006-05-18 12:49:23 +0000
commitec7dbcede553e7cf958e573cc3a80f088b1129d0 (patch)
tree2821dda8016aa958642cf54ea074e967d7e10be1 /net-dialup/mgetty/files
parentadded to ~mips for testing (diff)
downloadhistorical-ec7dbcede553e7cf958e573cc3a80f088b1129d0.tar.gz
historical-ec7dbcede553e7cf958e573cc3a80f088b1129d0.tar.bz2
historical-ec7dbcede553e7cf958e573cc3a80f088b1129d0.zip
Correct quotes in faxrunq script (#133659).
Package-Manager: portage-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.patch30
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