diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:45:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:45:03 +0200 |
commit | 9cf3e446bff287cf6f618b4efebd05241f7feb40 (patch) | |
tree | 306d88780553cd3ad2c56d9ad2a529187e97affd /examples/cron/default | |
parent | d846bb0dec358ca551fe62688302948518acda34 (diff) | |
download | vyos-live-build-9cf3e446bff287cf6f618b4efebd05241f7feb40.tar.gz vyos-live-build-9cf3e446bff287cf6f618b4efebd05241f7feb40.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" |