This file is indexed.

/etc/dphys-config is in dphys-config 20130301~current-1.

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
# /etc/dphys-config - user settings for dphys-config auto configurator
# author Neil Franklin, last modification 2009.06.27
# copyright ETH Zuerich Physics Departement
#   use under either modified/non-advertising BSD or GPL license

# this file is sourced with . so full normal  sh  syntax applies

# the default settings are added as commented out CONF_*=* lines


# base directory for temporary files
#   some prefer /var/tmp for size and safety, works everywhere
#   some prefer /tmp for speed or boot-time auto-delete
#CONF_TMP_DIR=/var/tmp

# base directory for config files on server
#   set to something that will produce an error message without site config
#CONF_BASEURL=http://not-configured-server.example.net/not/configured/directory

# configuration name to use, usually host name, unless chroot or vhost or test
#CONF_CONFNAME=`hostname`

# only process lines matching this grep regexp, default do all
#CONF_LINEFILTER=".*"

# log what we have done
#CONF_LOG_DONE=yes