/usr/share/ltsp/ltsp-server-functions is in ltsp-server 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-server-common-functions ]; then
. /usr/share/ltsp/ltsp-server-common-functions
fi
# Sourcing distro specific overrides.
if [ -f /usr/share/ltsp/ltsp-server-vendor-functions ]; then
. /usr/share/ltsp/ltsp-server-vendor-functions
fi
|