slitaz-dev-tools diff libtaz/slitaz.conf @ rev 45

Added tag 1.1 for changeset beaa813ece42
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 01:32:33 2011 +0200 (2011-03-30)
parents 3ad78186f531
children 18fc941c4169
line diff
     1.1 --- a/libtaz/slitaz.conf	Thu Feb 24 02:33:47 2011 +0000
     1.2 +++ b/libtaz/slitaz.conf	Wed Mar 30 01:32:33 2011 +0200
     1.3 @@ -1,20 +1,20 @@
     1.4  ########################################################################
     1.5  # This is the generic SliTaz configuration file used by libtaz to get
     1.6 -# the defaults options and directories.
     1.7 +# the default options and directories.
     1.8  #
     1.9 -# Theses variables can be overwritted by a lower level of configuration.
    1.10 -# Order for loading variables (the latest definition is keeped) :
    1.11 +# These variables can be overwritten by a lower level of configuration.
    1.12 +# Order for loading variables (the latest definition is kept) :
    1.13  # slitaz.conf (then) main app.conf (or) local app.conf
    1.14  # (or) *.conf of the command line (then) arguments of the command line
    1.15  #
    1.16  # ** Alpha Comment by GoKhlaYeh: **
    1.17  # With libtaz, I plan to change the default location of some important
    1.18  # directories to fit the server hierarchy. In a general view I want
    1.19 -# to make the organisation on server and on released system similar.
    1.20 +# to make the organisation on the server and on a released system similar.
    1.21  # The goal is having tools working out-of-the-box in both cases to make
    1.22 -# the contributor work more easy and efficient.
    1.23 -# Theses changes will takes place with Release Candidate, when libtaz
    1.24 -# implementation in all SliTaz tools will be finish, and all code fully
    1.25 +# the contributors work easier and efficient.
    1.26 +# These changes will takes place with a Release Candidate, when libtaz
    1.27 +# implementation in all SliTaz tools will be finalised, and all code fully
    1.28  # reviewed. Hope everybody agree with that ;).
    1.29  #
    1.30  
    1.31 @@ -31,7 +31,7 @@
    1.32  # Slitaz directory.
    1.33  SLITAZ_DIR="/home/slitaz"
    1.34  
    1.35 -# Local repository for current version (can contains local packages 
    1.36 +# Local repository for current version (can contain local packages 
    1.37  # repository, wok, sources, ...).
    1.38  LOCAL_REPOSITORY="$SLITAZ_DIR/$SLITAZ_VERSION"
    1.39  
    1.40 @@ -41,10 +41,10 @@
    1.41  # Packages cache directory.
    1.42  CACHE_DIR="/var/cache/tazpkg"
    1.43  
    1.44 -# Path to repository datas.
    1.45 +# Path to repository data.
    1.46  LOCALSTATE="/var/lib/tazpkg"
    1.47  
    1.48 -# Path to installations datas.
    1.49 +# Path to installation data.
    1.50  INSTALLED="$LOCALSTATE/installed"
    1.51  
    1.52  ########################################################################
    1.53 @@ -72,12 +72,12 @@
    1.54  ########################################################################
    1.55  # LIBTAZ OPTIONS
    1.56  ########################
    1.57 -# Theses options are the default setting for all SliTaz tools which use
    1.58 +# These options are the default settings for all SliTaz tools which use
    1.59  # libtaz. They are :
    1.60  #   * tazwok
    1.61  #   * tazpkg
    1.62  
    1.63 -# If this option is enabled, automaticaly install needed packages. It
    1.64 +# If this option is enabled - automatically install needed packages. It
    1.65  # can be depends, build_depends, or package needed to perform a specific
    1.66  # task.
    1.67  # Value can be :
    1.68 @@ -87,5 +87,6 @@
    1.69  
    1.70  # If you want to log all operations (into /var/log/slitaz),
    1.71  # uncomment the following line
    1.72 -# Note: important operations are logged by default.
    1.73 -#report_log_all=yes
    1.74 \ No newline at end of file
    1.75 +# Note: all important operations are logged by default.
    1.76 +#report_log_all=yes
    1.77 +