Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/network/network.client.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2667 by niro, Fri Dec 4 11:01:02 2015 UTC revision 2668 by niro, Fri Dec 4 11:03:31 2015 UTC
# Line 118  set_network_iface() Line 118  set_network_iface()
118   [[ -z ${network} ]] && help_network_iface && return 1   [[ -z ${network} ]] && help_network_iface && return 1
119   fi   fi
120    
121     if is_provided systemd
122     then
123     decho "set_network_iface() is not supported with systemd, only sysvinit atm"
124     return 0
125     fi
126    
127   CONFIG="@@CONFDDIR@@/net.${iface}"   CONFIG="@@CONFDDIR@@/net.${iface}"
128   clearconfig   clearconfig
129   addconfig 'ONBOOT="yes"'   addconfig 'ONBOOT="yes"'

Legend:
Removed from v.2667  
changed lines
  Added in v.2668