[#] http://marc.info/?l=openbsd-cvs&m=140900082315628&w=2
openbsd-cvs(obsdave,2) — All
2014-08-26 01:55:07


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/25 15:06:46

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

Log message:
rc.d scripts are shell scripts and need to be sourced in svc_get_flags().
It's the only way to get daemon_flags in case it contains line
continuation... We only need to do that for enable package scripts.

original idea from Sebastien Marie
discussed with, input from and ok schwarze@