tazpkg annotate tazpkg.conf @ rev 952

Do not hard-code year in docs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 23:53:39 2017 +0200 (2017-10-07)
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