[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.183 and 1.184

version 1.183, 2017/05/07 09:40:15 version 1.184, 2017/05/28 08:07:33
Line 99 
Line 99 
         if [[ "${_stat[0]}${_stat[2]}${_stat[3]}" != *---00 ]]; then          if [[ "${_stat[0]}${_stat[2]}${_stat[3]}" != *---00 ]]; then
                 echo "WARNING: $_file is insecure, fixing permissions"                  echo "WARNING: $_file is insecure, fixing permissions"
                 chmod -LR o-rwx $_file                  chmod -LR o-rwx $_file
                 chown -LR root.wheel $_file                  chown -LR root:wheel $_file
         fi          fi
   
         # Check for ifconfig'able interface, except if -n option is specified.          # Check for ifconfig'able interface, except if -n option is specified.

Legend:
Removed from v.1.183  
changed lines
  Added in v.1.184