This file is indexed.

/usr/share/pyshared/dap-2.2.6.7.egg-info/entry_points.txt is in python-dap 2.2.6.7-2.

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
      # -*- Entry points: -*-
      [dap.response]
      dds = dap.responses.dds
      das = dap.responses.das
      dods = dap.responses.dods
      asc = dap.responses.ascii
      ascii = dap.responses.ascii
      ver = dap.responses.version
      version = dap.responses.version
      help = dap.responses.help

      [dap.plugin]
      csv = dap.plugins.csvfiles

      [paste.app_factory]
      main = dap.wsgi.application:make_app
      proxy = dap.wsgi.proxy:make_proxy

      [paste.paster_create_template]
      dap_server = dap.wsgi.templates:DapServerTemplate
      dap_plugin = dap.plugins.templates:DapPluginTemplate