From 0dee07f122ca2d77c9815d095084064fcd4a7f75 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Thu, 5 Feb 2015 03:30:47 +0000 Subject: config: rename the config set/check functions for clarity Gbp-Dch: Short Closes: #952920 --- functions/defaults.sh | 4 ++-- functions/init.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index ed271ebc9..77700a586 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -76,7 +76,7 @@ New_configuration () export LIVE_IMAGE_TYPE } -Set_defaults () +Set_config_defaults () { # FIXME New_configuration @@ -822,7 +822,7 @@ Set_defaults () LB_SOURCE_IMAGES="${LB_SOURCE_IMAGES:-tar}" } -Check_defaults () +Check_config_defaults () { case "${LB_BINARY_FILESYSTEM}" in ntfs) diff --git a/functions/init.sh b/functions/init.sh index ccd8a5ebf..1fc653224 100755 --- a/functions/init.sh +++ b/functions/init.sh @@ -27,7 +27,7 @@ Init_config_data () Arguments "${@}" Read_conffiles $(Common_config_files) - Set_defaults + Set_config_defaults } Maybe_auto_redirect () -- cgit v1.2.3