CVSROOT:        /cvs
Module name:    ports
Changes by:     st...@cvs.openbsd.org   2014/11/12 05:19:13

Modified files:
        net/smokeping  : Makefile 
        net/smokeping/pkg: smokeping.rc 

Log message:
adjust pexp again; it has to match various different modes. single-process -
perl: /usr/local/bin/smokeping [FPing]

multi-process -
perl: /usr/local/bin/smokeping [AnotherDNS]
perl: /usr/local/bin/smokeping [FPing]
/usr/bin/perl /usr/local/bin/smokeping

and not "/usr/bin/perl /usr/local/bin/smokeping_cgi". Not optimal as this
should signal only the master process when in multi-process mode, but that
can't be arranged with rc.subr's pgrep scheme (sometimes there are
advantages to pidfiles).

Reply via email to