source: trunk/third/lprng/athena/reject_unprintable.sh @ 13328

Revision 13328, 495 bytes checked in by danw, 25 years ago (diff)
Add check_unprintable and reject_unprintable. Install banner.pl as "banner"
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3type=`/usr/athena/libexec/filters/check_unprintable`
4
5cat << EOF
6%!
7/font { findfont 16 scalefont setfont } bind def
8
954 720 moveto /Times-Bold font
10(Error: spooled $type file rejected) show
11
1254 670 moveto /Times-Roman font
13(Consult the OLC stock answers \() show
14/Courier-Roman font (olc answers ) show
15/Times-Roman font (at the) show
16/Courier font ( athena% ) show
17/Times-Roman font (prompt\)) show
18
1954 650 moveto
20(for more information on how to print this file.) show
21showpage
22EOF
Note: See TracBrowser for help on using the repository browser.