K 10 svn:author V 3 yar K 8 svn:date V 27 2006-12-30T22:53:20.000000Z K 7 svn:log V 307 Eliminate global symbols starting with an underscore from rc.d scripts, except for mdconfig* and jail. Such symbols are reserved for the rc.subr internals. Most scripts can be fixed by just declaring _foo symbols as local: few scripts actually need them to be global. Discussed with: dougb in freebsd-rc END