patch-bin_authentication_milter 649 B

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