Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/lib/lp/spooler/lpdspool+fonts – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
if (! ~ $DEBUG '') flag x +
4
 
5
if (~ $#* 0) *='/fd/0'
6
 
7
for (j in $*) {
8
	if (~ $j '/fd/0' || test -f $j) {
9
		@{bind -b $LPLIB/process /bin; $LPPROC} < $j | 
10
		aux/download -f -H/sys/lib/postscript/font -mfontmap -plw+ |
11
		/$cputype/bin/aux/lpdsend -d$OUTDEV -tf -H$LPMACHID -P$LPUSERID $DEST_HOST >[2]$LPLOGDIR/$LPDEST^.st
12
	}
13
	if not {
14
		echo $j cannot be opened >[1=2]
15
	}
16
}