[#] http://marc.info/?l=openbsd-cvs&m=140943109726484&w=2
openbsd-cvs(obsdave,2) — All
2014-08-31 00:55:14


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 14:37:46

Modified files:
usr.sbin/rcctl : rcctl.sh

Log message:
When a service is not available, return ENOENT.
Previous to this commit it was not possible to know whether a service
existed without parsing the output of 'rcctl status' which is very
expensive.

req. by armani@
ok robert@ schwarze@