This file is indexed.

/usr/share/gforge/db/20140325-drop-scmcvs-from-default-groups.sql is in gforge-db-postgresql 5.3.2+20141104-3+deb8u3.

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
-- Don't enable the 'cvs' tool for the default projects:
-- - this can't be disabled unless you install & activate scmcvs
-- - scmcvs confusingly overrides scmsvn in the builtin viewvc browsing
DELETE FROM group_plugin
  WHERE plugin_id=(SELECT plugin_id FROM plugins WHERE plugin_name='scmcvs')
    AND group_id IN (SELECT group_id FROM groups WHERE unix_group_name IN ('siteadmin','newsadmin','stats','peerrating'));