blob: f2403bd6ac2712350aa793b11536129ffb0a755e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Defaults for /etc/cron.daily/live-webhelper
_WEBBUILD="disabled"
_MODE="debian-official"
_DEBUG="disabled"
_DESTDIR="/srv/debian-live/www/webhelper"
_TEMPLATES="/usr/share/live-webhelper/templates/${_MODE}"
_TEMPDIR="/srv/tmp/live-webhelper"
LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
LH_MIRROR_BOOTSTRAP_SECURITY="http://ftp.de.debian.org/debian-security/"
LH_MIRROR_BINARY="http://ftp.debian.org/debian/"
LH_MIRROR_BINARY_SECURITY="http://security.debian.org/"
_SERVER="http://live.debian.net/webhelper"
|