CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2016/06/19 04:54:20
Modified files: usr.sbin/rcctl : rcctl.8 rcctl.sh Log message: Implement rcctl get|getdef all. With this and the previous 2 commits, we can move from constructs like: $ for i in $(rcctl ls all); do rcctl get $i; done to just: $ rcctl get all Shrinking the run by a factor of more than 3.5. prodded by and discussed with reyk@ at BSDcan2016 ok robert@