This file is indexed.

/etc/sysprofile.d/00Standard.bash is in sysprofile 0.3.9.

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
# This here is for any settings you want.  If the contents
# become too abundant consider separating them into single 
# modules.  Please do read "/usr/share/doc/sysprofile/README.usage"
# for further information.  Sample modules can be found in the 
# samples subdirectory "/usr/share/doc/sysprofile/examples/".

# Might be handy for script debugging:

#if [ ! -d /var/tmp/sysprofile ]; then
#    mkdir -m 1777 /var/tmp/sysprofile
#    touch /var/tmp/sysprofile/$USER
#    chmod 600 /var/tmp/sysprofile/$USER
#else
#    touch /var/tmp/sysprofile/$USER
#    chmod 600 /var/tmp/sysprofile/$USER
#fi