This file is indexed.

/usr/share/apsfilter/driver/omni/Epson_DFX_8500 is in apsfilter 7.2.6-1.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $ApsCVS: src/apsfilter/driver/omni/Epson_DFX_8500,v 1.1.2.1 2002/01/09 21:06:33 andreas Exp $

case "$QUALITY" in
	draft)	RESOLUTION=72x72
		props="resolution=RESOLUTION_72_X_72" ;;
	low)	RESOLUTION=90x72
		props="resolution=RESOLUTION_90_X_72" ;;
	medium)	RESOLUTION=120x72
		props="resolution=RESOLUTION_120_X_72" ;;
	*)	RESOLUTION=240x72
		props="resolution=RESOLUTION_240_X_72" ;;
esac

case "$PAPERSIZE" in
	a4)	props="$props form=FORM_A4" ;;
	a3)	props="$props form=FORM_A3" ;;
	letter)	props="$props form=FORM_LETTER" ;;
	legal)	props="$props form=FORM_LEGAL" ;;
	ledger)	props="$props form=FORM_LEDGER" ;;
esac

GS_FEATURES="$GS_FEATURES -sproperties='$props'"