Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff sbin/check-ports @ 131:993fecdf2a70
Rename etc/tools.conf to etc/pkgtools.conf.
Because it is a pkg-related configuration -- and there are other configuration
files.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 17 Oct 2019 09:24:07 +0200 |
| parents | 54de2955bfa9 |
| children | 8152028661c2 |
line wrap: on
line diff
--- a/sbin/check-ports Thu Oct 17 09:18:44 2019 +0200 +++ b/sbin/check-ports Thu Oct 17 09:24:07 2019 +0200 @@ -21,7 +21,7 @@ # : ${CONFIGDIR:=@@ETCDIR@@} -test -r "${CONFIGDIR}/tools.conf" && . "${CONFIGDIR}/tools.conf" +test -r "${CONFIGDIR}/pkgtools.conf" && . "${CONFIGDIR}/pkgtools.conf" # # Mapping configuration: installed package name -> original package name
