On 2015/07/15 07:48, Antoine Jacoutot wrote: > CVSROOT: /cvs > Module name: src > Changes by: ajacou...@cvs.openbsd.org 2015/07/15 07:48:16 > > Modified files: > etc/rc.d : rc.subr > > Log message: > By default, require an exact match of the process name and argument list. > This allows running several instances of the same rc.d(8) script by just > linking it to different name. > e.g. > ln -s ftpproxy ftpproxy6 > echo 'ftpproxy6_flags=-6' >>/etc/rc.conf.local > > This is likely to break some rc.d scripts in ports. I will try and fix them > all > in the next few days but I'd appreciate reports if I missed some. > > ok halex@ >
For an easy-ish way to check if any of the programs you use are affected, compare output from "rcctl ls started" before and after updating rc.subr.