This file is indexed.

/usr/lib/clisp-2.49/rawsock/link.sh is in clisp-module-rawsock 1:2.49-9ubuntu1.

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
${MAKE-make} clisp-module \
  CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \
  CLISP_LINKKIT="$absolute_linkkitdir" CLISP="${CLISP}"
NEW_FILES="rawsock.o"
NEW_LIBS="${NEW_FILES} "
NEW_MODULES="rawsock"
TO_LOAD='sock'
TO_PRELOAD='preload.lisp'