fix bug#646280, adjust faxspool to use gs directly, do not use acroreader OBS-URL: https://build.opensuse.org/request/show/70158 OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=6
17 lines
494 B
Diff
17 lines
494 B
Diff
Index: mgetty-1.1.36/fax/faxspool.in
|
|
===================================================================
|
|
=--- mgetty-1.1.36.orig/fax/faxspool.in
|
|
--- mgetty-1.1.36/fax/faxspool.in
|
|
+++ mgetty-1.1.36/fax/faxspool.in
|
|
@@ -390,9 +390,7 @@ fs_cvt_pdf()
|
|
driver="$GS_DRIVER_HI"
|
|
test X$3 = X-n && driver="$GS_DRIVER_LO"
|
|
|
|
- cat $1 |
|
|
- acroread -toPostScript |
|
|
- gs $driver -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -
|
|
+ cat $1 | gs $driver -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -
|
|
}
|
|
|
|
|