#
for i in ${rc_conf_files}; do
# Anti-loop detection
if [ -f $i ]; then
if [ "x$self_rcconf" != "xyes" ]; then
. $i
self_rcconf="yes"
fi
done