Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/portupgrade
Path: blob/master/man/pkgtools.conf.5
102 views
.\"
.Dd June 17, 2013
.Dt PKGTOOLS.CONF 5
.Os FreeBSD
.Sh NAME
.Nm pkgtools.conf
.Nd configuration file for the pkgtools suite
.Sh DESCRIPTION
The file
.Nm
configures the behavior of the tools of the pkgtools suite.
It is
written in the ruby language, but you do not need to learn ruby to edit
the file.
Read the comments in the sample configuration file for
assistance.
.Sh ENVIRONMENT
.Bl -tag -width "PKGTOOLS_CONF" -compact
.It Ev PKGTOOLS_CONF
Alternative configuration file for the pkgtools suite.
Default is
.Dq Pa $PREFIX/etc/pkgtools.conf .
.El
.Sh FILES
.Bl -tag -width "$PREFIX/etc/pkgtools.conf"
.It Pa $PREFIX/etc/pkgtools.conf
Default location of the pkgtools configuration file.
.El
.Sh SEE ALSO
.Xr pkg_deinstall 1 ,
.Xr pkg_glob 1 ,
.Xr pkgdb 1 ,
.Xr portsvnweb 1 ,
.Xr portsdb 1 ,
.Xr portsclean 1 ,
.Xr ports_glob 1 ,
.Xr portupgrade 1 ,
.Xr portversion 1
.Sh AUTHORS
.An Akinori MUSHA Aq [email protected]