On Fri, 9 Jun 2006, Dirk Engling wrote:
> Have I missed anything else? I would like to see this feature when its ready.
Maybe something like
for _config_file in ${rc_conf_files}; do
sed -E -i .backup "s/^${rcvar}=[^[:space:]]+/${rcvar}=\"NO\"/" $_config_file
done
would work better to disable a set variable...
Regards
erdgeist