FreeBSD Bugzilla – Attachment 12718 Details for
Bug 24455
[PATCH] print/apsfilter does not work properly with /bin/sh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 936 bytes, created by
Jose M. Alcaide
on 2001-01-19 10:05:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jose M. Alcaide
Created:
2001-01-19 10:05:22 UTC
Size:
936 bytes
patch
obsolete
>--- apsfilter.orig Mon Jan 15 18:30:03 2001 >+++ apsfilter Thu Jan 18 15:47:17 2001 >@@ -1643,7 +1643,7 @@ > a2ps|mpage|recode) # choose filter for ASCII files > ASCII_FILTER=$option ;; > 1pps|2pps|4pps|8pps) # pages per sheet >- PS_NUP=${option%pps} ASCII_PPS=$PS_NUP ;; >+ PS_NUP=${option%pps} ; ASCII_PPS=$PS_NUP ;; > header|noheader) # use ASCII headers? > ASCII_HEADER=${option#noheader} ;; > border|noborder) # use ASCII borders? >@@ -1657,7 +1657,7 @@ > book) # "book" printing mode > PS_BOOK=set PS_NUP=2 ASCII_PPS=2 DUPLEX=set BINDING=short ;; > land*|port*) # force paper orientation >- LANDSCAPE=${option##port*} ASCII_LANDSCAPE=$LANDSCAPE ;; >+ LANDSCAPE=${option##port*} ; ASCII_LANDSCAPE=$LANDSCAPE ;; > color|colour|mono) # use color or grayscale > COLOR=$option ;; > esac
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
Attachments on
bug 24455
: 12718