diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:45:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:19 +0100 |
commit | f96497842018f2eca17715318d6b7cfbb69f50e8 (patch) | |
tree | 306d88780553cd3ad2c56d9ad2a529187e97affd /examples/cron/default | |
parent | 36dee770cd97821d549d259cce9d39a49fcbdb62 (diff) | |
download | vyos-live-build-f96497842018f2eca17715318d6b7cfbb69f50e8.tar.gz vyos-live-build-f96497842018f2eca17715318d6b7cfbb69f50e8.zip |
Replacing some references to live-helper with live-build in examples.
Diffstat (limited to 'examples/cron/default')
-rw-r--r-- | examples/cron/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/default b/examples/cron/default index 051417b1b..1778b5e89 100644 --- a/examples/cron/default +++ b/examples/cron/default @@ -1,10 +1,10 @@ -# Defaults for /etc/cron.daily/live-helper_autobuild +# Defaults for /etc/cron.daily/live-build_autobuild AUTOBUILD="false" DATE="$(date +%Y%m%d)" DESTDIR="/srv/debian-live" -TEMPDIR="/srv/tmp/live-helper" +TEMPDIR="/srv/tmp/live-build" OPTIONS="--binary-indices false" |