Il y a des codes étranges :
if ifup -a --exclude=lo; then
log_action_end_msg $?
else
log_action_end_msg $?
fi
les deux variantes ont exactement le même code :
log_action_end_msg $?
Pourquoi avoir besoin de "if", "then", "else", "fi" ? Pourquoi pas simplement :
ifup -a --exclude=lo
log_action_end_msg $?
Il y a 3 fois un tel code dans ce fichier.
Ce fichier appartient à "netbase" 4.35ubuntu3