=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.203 retrieving revision 1.204 diff -c -r1.203 -r1.204 *** src/etc/netstart 2020/05/21 11:54:41 1.203 --- src/etc/netstart 2020/05/21 13:42:02 1.204 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.203 2020/05/21 11:54:41 kn Exp $ # Turn off Strict Bourne shell mode. set +o sh --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.204 2020/05/21 13:42:02 kn Exp $ # Turn off Strict Bourne shell mode. set +o sh *************** *** 11,18 **** exit 1 } ! # Echo file $1 to stdout. Skip comment lines and delete everything ! # after the first '#' from other lines. Strip leading and trailing # whitespace if IFS is set. # Usage: stripcom /path/to/file stripcom() { --- 11,17 ---- exit 1 } ! # Echo file $1 to stdout. Skip comment lines. Strip leading and trailing # whitespace if IFS is set. # Usage: stripcom /path/to/file stripcom() {