=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.183 retrieving revision 1.184 diff -c -r1.183 -r1.184 *** src/etc/netstart 2017/05/07 09:40:15 1.183 --- src/etc/netstart 2017/05/28 08:07:33 1.184 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.183 2017/05/07 09:40:15 rpe Exp $ # Turn off Strict Bourne shell mode. set +o sh --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.184 2017/05/28 08:07:33 awolk Exp $ # Turn off Strict Bourne shell mode. set +o sh *************** *** 99,105 **** if [[ "${_stat[0]}${_stat[2]}${_stat[3]}" != *---00 ]]; then echo "WARNING: $_file is insecure, fixing permissions" chmod -LR o-rwx $_file ! chown -LR root.wheel $_file fi # Check for ifconfig'able interface, except if -n option is specified. --- 99,105 ---- if [[ "${_stat[0]}${_stat[2]}${_stat[3]}" != *---00 ]]; then echo "WARNING: $_file is insecure, fixing permissions" chmod -LR o-rwx $_file ! chown -LR root:wheel $_file fi # Check for ifconfig'able interface, except if -n option is specified.