# HG changeset patch # User Aleksej Bobylev # Date 1459292075 -10800 # Node ID 857659a86f2446c396cdd6fbdad56bb126c8e31e # Parent d2993eed3ea550fc1c5d276e5c089717f4669c29 Tiny edits diff -r d2993eed3ea5 -r 857659a86f24 examples/tazwok.conf --- a/examples/tazwok.conf Wed Apr 11 02:02:59 2012 +0200 +++ b/examples/tazwok.conf Wed Mar 30 01:54:35 2016 +0300 @@ -91,7 +91,7 @@ # tazpkg compression "gzip" or "lzma". COMPRESSION="lzma" -# Slitaz Toolchain : the tools used to compile all other packages. +# SliTaz Toolchain : the tools used to compile all other packages. # Toolchain packages don't need to be included as build_depends # because they are in the chroot by default. The order in this # variable is important : it's the compile order for the temporary @@ -125,7 +125,7 @@ automake lzma" -# Slitaz toolchain extra : packages which are needed to cook others +# SliTaz toolchain extra : packages which are needed to cook others # but which are not in the core temporary toolchain. # Note : order is not important here. SLITAZ_TOOLCHAIN_EXTRA="tazpkg diff -r d2993eed3ea5 -r 857659a86f24 libtazwok/libtazwok --- a/libtazwok/libtazwok Wed Apr 11 02:02:59 2012 +0200 +++ b/libtazwok/libtazwok Wed Mar 30 01:54:35 2016 +0300 @@ -21,7 +21,7 @@ ######################################################################## # INITIALIZATION ######################## -# Load the Slitaz main configuration file : /etc/slitaz/slitaz.conf. +# Load the SliTaz main configuration file : /etc/slitaz/slitaz.conf. # Don't load it if an application is called by one already, # to avoid options overwrite. diff -r d2993eed3ea5 -r 857659a86f24 libtazwok/libtazwok.conf --- a/libtazwok/libtazwok.conf Wed Apr 11 02:02:59 2012 +0200 +++ b/libtazwok/libtazwok.conf Wed Mar 30 01:54:35 2016 +0300 @@ -22,13 +22,13 @@ # COMMON DIRECTORIES ######################## -# Slitaz logs directory. +# SliTaz logs directory. SLITAZ_LOG="/var/log/slitaz" -# Slitaz version. +# SliTaz version. SLITAZ_VERSION="$(cat /etc/slitaz-release)" -# Slitaz directory. +# SliTaz directory. SLITAZ_DIR="/home/slitaz" # Local repository for current version (can contain local packages