This file is indexed.

/usr/share/chicken/setup.defaults is in libchicken6 4.7.0-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
27
28
29
30
31
32
33
34
35
36
37
38
;;;; setup.defaults - defaults for chicken-install -*- Scheme -*-


(version 1)


;; list of servers in the order in which they will be processed
;
; (server (location URL) (transport TRANSPORT))

(server
 (location "kitten-technologies")
 (transport http))

(server
 (location "call-cc.org")
 (transport http))


;; extensions-mappings
;
; (map (EXTENSIONNAME ... -> OTHEREXTENSIONNAME ...))

(map
 (data-structures 
  extras files foreign irregex lolevel ports tcp utils
  posix irregex setup-api setup-download
  srfi-1 srfi-4 srfi-13 srfi-14 srfi-18 srfi-69 
  ->) )


;; aliases for locations
;
; (alias (NAME REALNAME) ...)

(alias 
 ("call-cc.org" "http://code.call-cc.org/cgi-bin/henrietta.cgi")
 ("kitten-technologies" "http://chicken.kitten-technologies.co.uk/henrietta.cgi"))