tazpkg annotate tazpkg.conf @ rev 953

revision of german messages
author Hans-G?nter Theisgen
date Mon Oct 09 17:16:43 2017 +0100 (2017-10-09)
parents 5317ffe7bfbb
children 7ac4ede6e096
rev   line source
al@840 1 # @@sysconfdir@@/slitaz/tazpkg.conf: SliTaz package manager configuration file.
pankso@307 2 #
pankso@307 3
pankso@308 4 # Auto-installation of packages dependencies.
pankso@308 5 AUTO_INSTALL_DEPS="yes"
pankso@308 6
al@633 7 # Path to TazPkg log file.
mojo@618 8 LOG="$SLITAZ_LOGS/tazpkg.log"
pankso@586 9
pankso@586 10 # Packages cache directory.
pankso@586 11 CACHE_DIR="/var/cache/tazpkg"
border@617 12
mojo@618 13