comparison sbin/fpkg @ 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 4aeff9d5275d
children 6be3742d21f7
comparison
equal deleted inserted replaced
130:54de2955bfa9 131:993fecdf2a70
77 # 77 #
78 # Configuration directory 78 # Configuration directory
79 # 79 #
80 : ${CONFIGDIR:=@@ETCDIR@@} 80 : ${CONFIGDIR:=@@ETCDIR@@}
81 81
82 test -r "${CONFIGDIR}/tools.conf" && . "${CONFIGDIR}/tools.conf" 82 test -r "${CONFIGDIR}/pkgtools.conf" && . "${CONFIGDIR}/pkgtools.conf"
83 83
84 : ${FPKG_AUDIT_FLAGS:=-Fr} 84 : ${FPKG_AUDIT_FLAGS:=-Fr}
85 : ${FPKG_UPDATE_FLAGS:=} 85 : ${FPKG_UPDATE_FLAGS:=}
86 : ${FPKG_UPGRADE_FLAGS:=} 86 : ${FPKG_UPGRADE_FLAGS:=}
87 : ${FPKG_SIGN:='===> '} 87 : ${FPKG_SIGN:='===> '}