This file is indexed.

/usr/lib/zope2.13/bin/zeopack is in zope2.13 2.13.21-1ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#! /usr/lib/zope2.13/bin/python

import ZEO.scripts.zeopack

if __name__ == '__main__':
    ZEO.scripts.zeopack.main()