This file is indexed.

/usr/share/apsfilter/driver/omni/IBM_5183_Portable_Printer 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
# $ApsCVS: src/apsfilter/driver/omni/IBM_5183_Portable_Printer,v 1.1 2001/11/17 15:21:59 andreas Exp $

case "$QUALITY" in
	draft)		RESOLUTION=90x180
			props="resolution=RESOLUTION_90_X_180" ;;
	low)		RESOLUTION=120x180
			props="resolution=RESOLUTION_120_X_180" ;;
	medium)		RESOLUTION=180x180
			props="resolution=RESOLUTION_180_X_180" ;;
	high|photo)	RESOLUTION=360x180
			props="resolution=RESOLUTION_360_X_180" ;;
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" ;;
esac

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