Moving live-helper defaults file for cron autobuilder from /etc/default/live-helper to /etc/default/live-helper_autobuild in order to not conflict with the system-wide default file for helper configuration.

This commit is contained in:
Daniel Baumann 2008-08-12 22:25:32 +02:00
parent efe08ed925
commit 0148591cbd
3 changed files with 5 additions and 5 deletions

6
debian/cron.daily vendored
View File

@ -11,11 +11,11 @@ then
fi
# Checking for live-helper defaults
if [ -r /etc/default/live-helper ]
if [ -r /etc/default/live-helper_autobuild ]
then
. /etc/default/live-helper
. /etc/default/live-helper_autobuild
else
echo "E: /etc/default/live-helper missing."
echo "E: /etc/default/live-helper_autobuild missing."
exit 1
fi

2
debian/default vendored
View File

@ -1,4 +1,4 @@
# Defaults for /etc/cron.daily/live-helper
# Defaults for /etc/cron.daily/live-helper_autobuild
AUTOBUILD="disabled"

2
debian/rules vendored
View File

@ -29,7 +29,7 @@ install: build
# Installing message catalogs
$(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper
install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper
install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper_autobuild
# Preparing alternatives
mv debian/live-helper/usr/share/live-helper/includes debian/live-helper/usr/share/live-helper/includes.debian