This file is indexed.

/usr/share/apsfilter/driver/omni/HP_LaserJet_Classic 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
# $ApsCVS: src/apsfilter/driver/omni/HP_LaserJet_Classic,v 1.1.2.3 2002/01/09 21:06:34 andreas Exp $

case "$QUALITY" in
	draft)	RESOLUTION=75x75
		props="resolution=RESOLUTION_75_X_75" ;;
	low)	RESOLUTION=150x150
		props="resolution=RESOLUTION_150_X_150" ;;
	*)	RESOLUTION=300x300
		props="resolution=RESOLUTION_300_X_300" ;;
esac

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

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