This file is indexed.

/usr/share/common-lisp/ros/dynamic_reconfigure/srv/dynamic_reconfigure-srv.asd is in cl-dynamic-reconfigure 1.5.46-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
(cl:in-package :asdf)

(defsystem "dynamic_reconfigure-srv"
  :depends-on (:roslisp-msg-protocol :roslisp-utils :dynamic_reconfigure-msg
)
  :components ((:file "_package")
    (:file "Reconfigure" :depends-on ("_package_Reconfigure"))
    (:file "_package_Reconfigure" :depends-on ("_package"))
  ))