=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.195 retrieving revision 1.196 diff -c -r1.195 -r1.196 *** src/etc/netstart 2018/02/21 19:57:21 1.195 --- src/etc/netstart 2018/03/03 07:34:19 1.196 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.195 2018/02/21 19:57:21 rpe Exp $ # Turn off Strict Bourne shell mode. set +o sh --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.196 2018/03/03 07:34:19 landry Exp $ # Turn off Strict Bourne shell mode. set +o sh *************** *** 200,206 **** _rc_parse_conf PRINT_ONLY=false ! USAGE="USAGE: ${0##*/} [-n] [interface ...]" V4_DHCPCONF=false V6_AUTOCONF=false --- 200,206 ---- _rc_parse_conf PRINT_ONLY=false ! USAGE="usage: ${0##*/} [[-n] interface ...]" V4_DHCPCONF=false V6_AUTOCONF=false