This file is indexed.

/usr/share/common-lisp/source/pg/stone-age-load.lisp is in cl-pg 1:20061216-5.

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
;;; stone-age-load.lisp
;;;
;;; Author: Eric Marsden <emarsden>
;;; Time-stamp: <2005-07-17 emarsden>

(load (compile-file "md5.lisp"))
(load "defpackage.lisp")
(load (compile-file "meta-queries.lisp"))
(load (compile-file "sysdep.lisp"))
(load (compile-file "parsers.lisp"))
(load (compile-file "utility.lisp"))
(load (compile-file "lowlevel.lisp"))
(load (compile-file "pg.lisp"))
(load (compile-file "large-object.lisp"))
(load (compile-file "v2-protocol.lisp"))
(load (compile-file "v3-protocol.lisp"))


;; EOF