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

Diff for /src/etc/netstart between version 1.172 and 1.173

version 1.172, 2016/12/06 14:01:43 version 1.173, 2017/04/07 21:44:07
Line 5 
Line 5 
 # Turn off Strict Bourne shell mode.  # Turn off Strict Bourne shell mode.
 set +o sh  set +o sh
   
 # Strip comment lines from a file.  # Echo file $1 to stdout. Skip comment lines and delete everything
 # Strip leading and trailing whitespace if IFS is set.  # after the first '#' from other lines. Strip leading and trailing
   # whitespace if IFS is set.
 # Usage: stripcom /path/to/file  # Usage: stripcom /path/to/file
 stripcom() {  stripcom() {
         local _file=$1 _line          local _file=$1 _line

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173