Network functions line 144 is_false error when i start the network RHEL 6.4
I'm running RHEL 6.4 64Bit
Configured a static interface but on service network start I get the following error
./network-functions: line 144: is_false: command not found
./network-functions: line 144: is_false: command not found
./network-functions: line 144: is_false: command not found
Below is the lines from /etc/sysconfig/network-functions
143 fi
144 ! is_false $NM_CONTROLLED && is nm_running && USE_NM=true
145 if [ -z "$UUID" -a "$USE_NM" = "true" ]; then
146 UUID=$(get_uuid_by_config $CONFIG)
147 fi
|