CVSROOT: /cvs Module name: src Changes by: z...@cvs.openbsd.org 2015/07/16 16:33:01
Modified files: usr.bin/doas : parse.y Log message: Allow (almost) any non-space character to be a part of "word" in doas.conf. This allows weird commands like /bin/echo to be used for real. No command arguments handling yet, though, as well as quoting. okay tedu@