File: dphys-config.example

package info (click to toggle)
dphys-config 20130301~current-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 632 kB
  • sloc: sh: 927; makefile: 50
file content (27 lines) | stat: -rw-r--r-- 983 bytes parent folder | download | duplicates (4)
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