M.Canales.es wrote:
> El Miércoles, 29 de Marzo de 2006 20:17, George
Boudreau escribió:
>> Manuel,
>> statement:
>> The function validate_configs is passed a
parameter which controls
>> the output of the messages. Currently the user is
asked to accept/reject
>> the config settings based on these traces.
>> quesiton:
>> It is worth the effort to remove this display
option and make it
>> permanent..(minimal effort to effect this change)
>
> I don't fully understand what do yoy meant
>
> Are you spooking about this?
>
> validate_config 1 # 0/1 0-do not display values
yes.. we always display the values, it is just extra code
in func_validate_config.sh I could remove.
local verbose=$1
[[ $verbose = 1 ]] && echo ....
with just
echo .....
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|