From 0b285d1c45dbe1c0fc21136ccec2e41c214acdc0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 13 Dec 2009 21:17:45 +0100 Subject: For consistency, using true|false instead of enabled|disabled in configuration options. --- debian/live-helper.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/live-helper.default') diff --git a/debian/live-helper.default b/debian/live-helper.default index b2ed78ffc..051417b1b 100644 --- a/debian/live-helper.default +++ b/debian/live-helper.default @@ -1,12 +1,12 @@ # Defaults for /etc/cron.daily/live-helper_autobuild -AUTOBUILD="disabled" +AUTOBUILD="false" DATE="$(date +%Y%m%d)" DESTDIR="/srv/debian-live" TEMPDIR="/srv/tmp/live-helper" -OPTIONS="--binary-indices disabled" +OPTIONS="--binary-indices false" ARCHITECTURES="$(dpkg --print-architecture)" DISTRIBUTIONS="sid" -- cgit v1.2.3