CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2014/05/12 15:30:42
Modified files: regress/usr.sbin/relayd: Proc.pm Relayd.pm args-http-change-path.pl args-http-mark-marked.pl relayd.pl Log message: Refactors "dummyrun" flag as "dryrun" with an approach similar to the one used for client/server processes checks through $self->{down} state control variable, while here, do not instantiate a client when noclient is defined, reflecting server object instantiation behaviour. ok bluhm