openbsd-ports/www/perlbal/patches/patch-perlbal
sthen a6b48be34f import perlbal, mostly from dlg@, ok dlg
Perlbal is a single-threaded event-based server supporting HTTP
load balancing, web serving, and a mix of the two.
2009-10-02 09:26:21 +00:00

13 lines
467 B
Plaintext

$OpenBSD: patch-perlbal,v 1.1.1.1 2009/10/02 09:26:21 sthen Exp $
--- perlbal.orig Thu Oct 1 14:12:29 2009
+++ perlbal Thu Oct 1 14:12:35 2009
@@ -45,7 +45,7 @@ usage(1) unless
'version' => \$opt_version,
);
-my $default_config = "/etc/perlbal/perlbal.conf";
+my $default_config = "${SYSCONFDIR}/perlbal/perlbal.conf";
$opt_config = $default_config if ! $opt_config && -e $default_config;
usage(0) if $opt_help;