summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Bortoletto Vaz <tiago@debian-ba.org>2008-08-06 23:01:47 +0200
committerDaniel Baumann <daniel@debian.org>2008-08-06 23:01:47 +0200
commit5f87b2297170ca80da73216983a280f4fbe63f51 (patch)
treea84cade2730c534a7eb7e5e158f3f929a3d35c07
parent04b07370873d7923cf9b4b5f55d2eb1746d85b31 (diff)
downloadvyos-live-build-5f87b2297170ca80da73216983a280f4fbe63f51.tar.gz
vyos-live-build-5f87b2297170ca80da73216983a280f4fbe63f51.zip
Improving message when using default values in /etc/default/live-helper.
-rwxr-xr-xhelpers/lh_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 3d09abaeb..fcf0916b9 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -661,7 +661,7 @@ Local_arguments ()
# Reading system configuration
if [ -f "${SYSTEM_LH_CONFFILE}" ] && ! In_list "--ignore-system-defaults" "${@}"
then
- Echo_message "Using system defaults from ${SYSTEM_LH_CONFFILE}"
+ Echo_message "Considering defaults defined in ${SYSTEM_LH_CONFFILE}"
Read_conffile "${SYSTEM_LH_CONFFILE}"
fi