$OpenBSD: patch-bin_authentication_milter,v 1.2 2016/09/02 12:25:36 giovanni Exp $
--- bin/authentication_milter.orig	Thu Sep 10 05:37:11 2015
+++ bin/authentication_milter	Wed Apr 27 15:57:09 2016
@@ -14,7 +14,7 @@ use Module::Load;
 use Pod::Usage;
 
 # CONFIG
-my $pid_file = '/run/authentication_milter.pid';
+my $pid_file = '${VARBASE}/run/authentication_milter.pid';
 my $daemon = 0;
 my $help   = 0;
 my $prefix;
@@ -145,7 +145,7 @@ __END__
 =item -p|--pidfile <file>
 
   Write the process PID to the given file.
-  defaults to /run/authentication_milter.pid
+  defaults to ${VARBASE}/run/authentication_milter.pid
 
 =item --prefix <dir>
 
