Whitespace

This commit is contained in:
Christian Ruppert 2012-01-26 20:47:46 +01:00
parent 44019f6542
commit 5d441dd376
2 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ bonding_pre_start()
local oiface
oiface=$IFACE
if [ -n "${primary}" ]; then
IFACE=$primary
IFACE=$primary
_down
IFACE=$oiface
echo "+${primary}" >$sys_bonding_path/slaves
@ -114,7 +114,7 @@ bonding_pre_start()
for s in ${slaves}; do
[ "${s}" = "${primary}" ] && continue
if ! grep -q ${s} $sys_bonding_path/slaves; then
IFACE=$s
IFACE=$s
_down
IFACE=$oiface
echo "+${s}" >$sys_bonding_path/slaves

View File

@ -347,7 +347,7 @@ rc_config_load(const char *file)
#ifdef __linux__
/* Only override rc.conf settings */
if(strcmp(file, RC_CONF) == 0) {
if (strcmp(file, RC_CONF) == 0) {
config = rc_config_override(config);
}
#endif