tazwok rev 556

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 30 01:54:35 2016 +0300 (2016-03-30)
parents d2993eed3ea5
children bc6ab9cf9010
files examples/tazwok.conf libtazwok/libtazwok libtazwok/libtazwok.conf
line diff
     1.1 --- a/examples/tazwok.conf	Wed Apr 11 02:02:59 2012 +0200
     1.2 +++ b/examples/tazwok.conf	Wed Mar 30 01:54:35 2016 +0300
     1.3 @@ -91,7 +91,7 @@
     1.4  # tazpkg compression "gzip" or "lzma".
     1.5  COMPRESSION="lzma"
     1.6  
     1.7 -# Slitaz Toolchain : the tools used to compile all other packages.
     1.8 +# SliTaz Toolchain : the tools used to compile all other packages.
     1.9  # Toolchain packages don't need to be included as build_depends
    1.10  # because they are in the chroot by default. The order in this
    1.11  # variable is important : it's the compile order for the temporary
    1.12 @@ -125,7 +125,7 @@
    1.13  automake
    1.14  lzma"
    1.15  
    1.16 -# Slitaz toolchain extra : packages which are needed to cook others
    1.17 +# SliTaz toolchain extra : packages which are needed to cook others
    1.18  # but which are not in the core temporary toolchain.
    1.19  # Note : order is not important here.
    1.20  SLITAZ_TOOLCHAIN_EXTRA="tazpkg
     2.1 --- a/libtazwok/libtazwok	Wed Apr 11 02:02:59 2012 +0200
     2.2 +++ b/libtazwok/libtazwok	Wed Mar 30 01:54:35 2016 +0300
     2.3 @@ -21,7 +21,7 @@
     2.4  ########################################################################
     2.5  # INITIALIZATION
     2.6  ########################
     2.7 -# Load the Slitaz main configuration file : /etc/slitaz/slitaz.conf.
     2.8 +# Load the SliTaz main configuration file : /etc/slitaz/slitaz.conf.
     2.9  # Don't load it if an application is called by one already, 
    2.10  # to avoid options overwrite.
    2.11  
     3.1 --- a/libtazwok/libtazwok.conf	Wed Apr 11 02:02:59 2012 +0200
     3.2 +++ b/libtazwok/libtazwok.conf	Wed Mar 30 01:54:35 2016 +0300
     3.3 @@ -22,13 +22,13 @@
     3.4  # COMMON DIRECTORIES
     3.5  ########################
     3.6  
     3.7 -# Slitaz logs directory.
     3.8 +# SliTaz logs directory.
     3.9  SLITAZ_LOG="/var/log/slitaz"
    3.10  
    3.11 -# Slitaz version.
    3.12 +# SliTaz version.
    3.13  SLITAZ_VERSION="$(cat /etc/slitaz-release)"
    3.14  
    3.15 -# Slitaz directory.
    3.16 +# SliTaz directory.
    3.17  SLITAZ_DIR="/home/slitaz"
    3.18  
    3.19  # Local repository for current version (can contain local packages