This was created by doing:
for line in $(grep RECU_DYNAMIC mgmt/RecordsConfig.cc|awk '{print $2}'|cut -d\"
-f2) ; do
sed -e /^\*\`$line\'\*/'{:a;n;/^$/!ba;i\: Reloadable.' -e '}' -i
content/docs/trunk/admin/configuration-files/records.config.en.mdtext ;
doneI don't know how to know which variables are "Overridable", so I didn't include that. I also have no idea if adding ": Reloadable." to each of these sections is allowed in an mdtext, or if the format is more strict. HTH :-) -jf
