Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 03:07:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 245554] ports-mgmt/pkg: man 5 pkg.conf example has defunct option
Message-ID:  <bug-245554-32340-6k9ts9W72t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245554-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245554-32340@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg mailing list
<pkg@FreeBSD.org> for maintainer-feedback:
Bug 245554: ports-mgmt/pkg: man 5 pkg.conf example has defunct option
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245554



--- Description ---
The pkg.conf manpage from FreeBSD 10.2 and ports includes an option in its
EXAMPLES under REPOSITORY CONFIGURATION, which is no longer listed. If AUTODEPS
option is defunct after FreeBSD 10.1, it ought not be used in examples for
those manpage versions. 

Example for pkg.conf:

	   pkg_dbdir: "/var/db/pkg"
	   pkg_cachedir: "/var/cache/pkg"
	   portsdir: "/usr/ports"
	   handle_rc_scripts: false
	   assume_always_yes: false
	   repos_dir: [
		"/etc/pkg",
		"/usr/local/etc/pkg/repos",
	   ]
	   syslog: true
	   autodeps: true
	   developer_mode: false
	   pkg_env: {
	       http_proxy: "http://myproxy:3128",
	   }
	   alias: {
	       origin: "info -qo",
	       nonauto: "query -e '%a == 0' '%n-%v'"
	   }


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245554-32340-6k9ts9W72t>