[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:26482] Bug#JP/1357: xdvik-ja: Cannot remove temporary PS file at printing
Package: xdvik-ja
Version: 22.15-j1.03-3
Severity: normal
鍋谷@阪大です。久々のバグ報告です。
xdvik-ja からプリントアウトする際、一時的に作成される PS file
/tmp/xdviprint.XXXX.ps が削除されません。
# 危うく / パーティションが溢れそうになりました。
原因は、/usr/bin/xdviprint の
-------------------------------------------------------
###### print out
######
## for BSD
lpr -s -r -P$PRINTER $PSTMP
-------------------------------------------------------
の部分で、ファイル削除オプション「-r」が「-s」と同時に使用
できないためです。
----------------------------------------------------------------------
-r Remove the file upon completion of spooling. Can not be used with
the -s option, due to security concerns.
----------------------------------------------------------------------
# んー、日本語マニュアルは「できる」と書いてますね。