CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2012/12/02 09:19:18
Modified files: etc : netstart Log message: - remove isalphanumeric() and replace it with a shell pattern, that tries a bit harder to identify invalid interface names and in this case emit an error message. - use [[ $1 == autoboot ]] to avoid a shell error message due to possible spaces in first argument - no change in functionality discussed with krw and halex ok ("I like this") krw