This file is indexed.

/etc/cvs-autoreleasedeb.conf is in cvs-autoreleasedeb 0.12-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
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE cvs-autoreleasedeb [
<!ELEMENT sources (server)+>
<!ELEMENT server (package)+>
<!ATTLIST server
 name CDATA #REQUIRED
 options CDATA #REQUIRED>
<!ELEMENT package (option)+>
<!ATTLIST package
 name CDATA #REQUIRED
 cvsroot CDATA #REQUIRED
 prefix CDATA #REQUIRED
 tag CDATA #REQUIRED>
<!ELEMENT option EMPTY>
<!ATTLIST option
 name CDATA #REQUIRED
 value CDATA #REQUIRED>
]>
<sources>
<!-- EXAMPLE CONFIGURATION
  <server name="intern">
    <package name="cvs-autoreleasedeb" cvsroot=":pserver:ruoso@ozonio:/var/cvs" prefix="">
    </package>
  </server>
-->
</sources>