CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/11/12 16:00:13
Modified files: etc : netstart Log message: Changes to ifmstart(): - Change comments to make it clearer that ifmstart() takes two lists of interface driver names (of which the second is optional) and not the actual interface instances. - Use localized variables and use slightly more verbose names. - Use continue 2 to skip to the next hostname.if file. - Use shell pattern @() instead of testing _sif individually. OK krw@