This file is indexed.

/usr/share/yorick/i-start/optimpacklegacy-start.i is in yorick-optimpack 1.3.2+dfsg+1.4.0-1.

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
autoload, "optimpacklegacy.i",
  opl_vmlmb,
  opl_vmlmb_configure,
  opl_vmlmb_create,
  opl_vmlmb_iterate,
  opl_vmlmb_restore,
  opl_vmlmb_restart,
  OPL_TASK_START,
  OPL_TASK_FG,
  OPL_TASK_FREEVARS,
  OPL_TASK_NEWX,
  OPL_TASK_CONV,
  OPL_TASK_WARN,
  OPL_TASK_ERROR;