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 | |
---|
3 | type=`/usr/athena/libexec/filters/check_unprintable` |
---|
4 | |
---|
5 | cat << EOF |
---|
6 | %! |
---|
7 | /font { findfont 16 scalefont setfont } bind def |
---|
8 | |
---|
9 | 54 720 moveto /Times-Bold font |
---|
10 | (Error: spooled $type file rejected) show |
---|
11 | |
---|
12 | 54 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 | |
---|
19 | 54 650 moveto |
---|
20 | (for more information on how to print this file.) show |
---|
21 | showpage |
---|
22 | EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.