/usr/lib/zope2.13/bin/zeopasswd 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.zeopasswd
if __name__ == '__main__':
ZEO.zeopasswd.main()
|