Bugzilla – Attachment 19287 Details for
Bug 10127
Printoverdues.sh should tar only pdf files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10127 : Printoverdues.sh should tar only pdf files
Bug-10127--Printoverduessh-should-tar-only-pdf-fil.patch (text/plain), 728 bytes, created by
Chris Cormack
on 2013-06-30 04:26:22 UTC
(
hide
)
Description:
Bug 10127 : Printoverdues.sh should tar only pdf files
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-06-30 04:26:22 UTC
Size:
728 bytes
patch
obsolete
>From 651b99f19002286af7f08bea7fad60c6476f76e6 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Fri, 26 Apr 2013 15:06:40 +0200 >Subject: [PATCH] Bug 10127 : Printoverdues.sh should tar only pdf files > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > misc/cronjobs/printoverdues.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh >index 2cce0934..6819e0c 100755 >--- a/misc/cronjobs/printoverdues.sh >+++ b/misc/cronjobs/printoverdues.sh >@@ -47,4 +47,4 @@ then > lp $optprinter $1/*.pdf; > fi > >-tar cvfz $1`date "+%Y%m%d"`.tar.gz $1; >+tar cvfzP $1`date "+%Y%m%d"`.tar.gz $1/*.pdf; >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10127
:
17699
|
19130
|
19287
|
19624