This file is indexed.

/usr/share/gforge/db/20041014.sql is in gforge-db-postgresql 5.1.1-2.

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

The actual contents of the file can be viewed below.

1
2
3
-- Insert ultralite, only if it doesn't already exists
INSERT INTO themes (dirname,fullname,enabled) (SELECT 'ultralite','Ultra-Lite Text-only Theme',true WHERE (SELECT COUNT(*) FROM themes WHERE dirname ='ultralite' ) = 0) ;	
UPDATE themes SET fullname = 'Ultra-Lite Text-only Theme' where dirname = 'ultralite';