This file is indexed.

/usr/share/doc/tiger/examples/site-saturn is in tiger 1:3.2.3-10.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
#
# Sample site configuration file
# 
# Rename this to either "site" or "site-`hostname`"
#
#------------------------------------------------------------------------
#
# How to determine whether user home directory is local or remote?
#
GETFSHOST=getfs-std	     # Do everybody... don't check
#GETFSHOST=getfs-nfs	     # Try to guess if it is NFS mount
#GETFSHOST=getfs-automount   # SUN automount tables
#GETFSHOST=getfs-amd         # BSD 4.4 AMD tables
#
# Name of NIS map containing automounter maps for user directories
#
AUTOHOMEMAP=userhome.amd

export GETFSHOST AUTOHOMEMAP
#
# List of '|' separated names this host is known by.
#
# i.e:
HOSTNAMESLIST="saturn|saturn.tamu.edu|net.tamu.edu|net"
#HOSTNAMESLIST="$HOSTNAME"
export HOSTNAMESLIST
#
# List of directory trees which contain device files. Names
# should end with '/'.  This is in addition to those which are standard
# for the particular system being used.  If configured properly,
# diskless client /dev directories on a server will be handled
# automatically.
#
FS_DEVDIRS=""
export FS_DEVDIRS
#
YP="NO"
export YP
#
# You can override commands here...
#
#FIND=/pub/gnu/bin/find
#AWK=/pub/bin/mawk
#CRACK=/usr/local/etc/crack/Crack