This file is indexed.

/usr/share/pcb/pcblib-newlib/geda/DIP4.fp is in pcb-common 20140316-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
# retain backwards compatibility to older versions of PKG_DIL 
# which did not have 100,60,28 args
Element(0x00 "Dual in-line package, narrow (300 mil)" "" "DIP4" 220 100 3 100 0x00)
(
	Pin(50 50 60 28 "1" 0x101)
	Pin(50 150 60 28 "2" 0x01)
	Pin(350 150 60 28 "3" 0x01)
	Pin(350 50 60 28 "4" 0x01)
	ElementLine(0 0 0 200 10)
	ElementLine(0 200 400 200 10)
	ElementLine(400 200 400 0 10)
	ElementLine(0 0 150 0 10)
	ElementLine(250 0 400 0 10)
	ElementArc(200 0 50 50 0 180 10)
	Mark(50 50)
)