This file is indexed.

/usr/share/ltsp/ltsp-client-functions is in ltsp-client-core 5.3.7-0ubuntu2.

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
# Common functions shared by LTSP scripts
if [ -f /usr/share/ltsp/ltsp-client-common-functions ]; then
    . /usr/share/ltsp/ltsp-client-common-functions
fi

# Sourcing distro specific overrides.
if [ -f /usr/share/ltsp/ltsp-client-vendor-functions ]; then
    . /usr/share/ltsp/ltsp-client-vendor-functions
fi