Meaningful whitespace fixes in hooks/common/40-setup-networking-deb
This commit is contained in:
parent
205bf96f0a
commit
fae561aaca
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -18,6 +18,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
|
||||
bash completion.
|
||||
* Handle potentially empty gateway setting properly in
|
||||
hooks/common/40-setup-networking-deb. Thanks Simone Caruso!
|
||||
* Reformat hooks/common/40-setup-networking-deb so that the result
|
||||
neither has trailing whitespace nor broken indentation.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 21:13:07 +0200
|
||||
|
||||
|
||||
@ -72,7 +72,7 @@ setupStaticNetworking ()
|
||||
#
|
||||
point='';
|
||||
if [ -n "${p2p}" ]; then
|
||||
point="pointopoint ${p2p}"
|
||||
point=" pointopoint ${p2p}"
|
||||
else
|
||||
point=''
|
||||
fi
|
||||
@ -110,8 +110,8 @@ iface eth0 inet static
|
||||
address ${ip1}
|
||||
${gateway}
|
||||
netmask ${netmask}
|
||||
${bcast}
|
||||
${point}
|
||||
${bcast}
|
||||
${point}
|
||||
# post-up ethtool -K eth0 tx off
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user