From f3eefc05dc673d86fe07399ff49ef7b4c5b7e736 Mon Sep 17 00:00:00 2001 From: rpe <> Date: Fri, 7 Apr 2017 21:44:07 +0000 Subject: [PATCH] Align comments of stripcom() function in netstart and install.sub. --- src/etc/netstart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index 97a9125c..b57be3c6 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,12 +1,13 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.172 2016/12/06 14:01:43 mpi Exp $ +# $OpenBSD: netstart,v 1.173 2017/04/07 21:44:07 rpe Exp $ # Turn off Strict Bourne shell mode. set +o sh -# Strip comment lines from a file. -# Strip leading and trailing whitespace if IFS is set. +# 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() { local _file=$1 _line