Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 15:52:54 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r360319 - stable/11/contrib/blacklist/bin
Message-ID:  <202004251552.03PFqsOE081508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sat Apr 25 15:52:54 2020
New Revision: 360319
URL: https://svnweb.freebsd.org/changeset/base/360319

Log:
  MFC r360144: blacklistd.8: fix db file path
  
  PR:		 245781
  Submitted by:	Jose Luis Duran

Modified:
  stable/11/contrib/blacklist/bin/blacklistd.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/blacklist/bin/blacklistd.8
==============================================================================
--- stable/11/contrib/blacklist/bin/blacklistd.8	Sat Apr 25 15:51:30 2020	(r360318)
+++ stable/11/contrib/blacklist/bin/blacklistd.8	Sat Apr 25 15:52:54 2020	(r360319)
@@ -153,7 +153,7 @@ The name of the configuration file to read, usually
 The Berkeley DB file where
 .Nm
 stores its state, usually
-.Pa /var/run/blacklistd.db .
+.Pa /var/db/blacklistd.db .
 .It Fl d
 Normally,
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004251552.03PFqsOE081508>