source: trunk/third/transcript/lib/psbad.sh @ 9090

Revision 9090, 557 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9089, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#! /bin/sh
2# dummy entry for unavailable filters
3# GOVERNMENT END USERS: See Notice file in TranScript library directory
4# -- probably /usr/lib/ps/Notice
5# RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/lib/psbad.sh,v 1.1.1.1 1996-10-07 20:25:31 ghudson Exp $
6
7# argv is: psbad filtername user host
8prog=`basename $0`
9filter=$1
10printer=$2
11user=$3
12host=$4
13
14cat <<bOGUSfILTER
15%!
1672 720 moveto /Courier-Bold findfont 10 scalefont setfont
17(lpd: ${printer}: filter \"$filter\" not available [$user $host].)show
18showpage
19
20bOGUSfILTER
21exit 0
Note: See TracBrowser for help on using the repository browser.