net-eth: drop duplicate config line

There was an extra DISABLED=no line written to interface configurarion
that's been superceded by the subsequently added parametrized one;
just drop it.

Thanks glebfm@ for spotting the garbage.
This commit is contained in:
Michael Shigorin 2014-03-14 15:15:28 +04:00
parent 5de5da1d55
commit 7fafe134c6

View File

@ -36,7 +36,6 @@ write_iface() {
esac
{
echo "TYPE=eth"
echo "DISABLED=no"
echo "BOOTPROTO=$proto"
echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL"