This file is indexed.

/lib/udev/rules.d/85-hplj10xx.rules is in printer-driver-foo2zjs 20111202dfsg0-1ubuntu1.

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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
#       hplj10xx.rules.old: udev equal or after 1.30
#
#Own udev rule for HP Laserjet 1000
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="hp LaserJet 1000", \
	SYMLINK+="hplj1000-%n", RUN+="/usr/sbin/hplj1000" 
#Own udev rule for HP Laserjet 1005
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="hp LaserJet 1005 series", \
	SYMLINK+="hplj1005-%n", RUN+="/usr/sbin/hplj1005" 
#Own udev rule for HP Laserjet 1018
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet 1018", \
	SYMLINK+="hplj1018-%n", RUN+="/usr/sbin/hplj1018" 
#Own udev rule for HP Laserjet 1020
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet 1020", \
	SYMLINK+="hplj1020-%n", RUN+="/usr/sbin/hplj1020" 
#Own udev rule for HP Laserjet P1005
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet P1005", \
	SYMLINK+="hpljP1005-%n", RUN+="/usr/sbin/hpljP1005" 
#Own udev rule for HP Laserjet P1006
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet P1006", \
	SYMLINK+="hpljP1006-%n", RUN+="/usr/sbin/hpljP1006" 
#Own udev rule for HP Laserjet P1007
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet P1007", \
	SYMLINK+="hpljP1007-%n", RUN+="/usr/sbin/hpljP1007" 
#Own udev rule for HP Laserjet P1008
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet P1008", \
	SYMLINK+="hpljP1008-%n", RUN+="/usr/sbin/hpljP1008" 
#Own udev rule for HP Laserjet P1505
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet P1505", \
	SYMLINK+="hpljP1505-%n", RUN+="/usr/sbin/hpljP1505" 
#Own udev rule for HP Laserjet P1505n
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
	ATTRS{product}=="HP LaserJet P1505n", \
	SYMLINK+="hpljP1505n-%n", RUN+="/usr/sbin/hpljP1505n"