tinycm rev 47

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 19 09:42:05 2014 +0000 (2014-01-19)
parents df44b3c6e4c7
children c4a472d0a45e
files README tools/update.sh
line diff
     1.1 --- a/README	Sun Jan 19 02:20:22 2014 +0100
     1.2 +++ b/README	Sun Jan 19 09:42:05 2014 +0000
     1.3 @@ -40,12 +40,12 @@
     1.4  	$ editor config.cgi
     1.5  	$ make install
     1.6  
     1.7 -If you want to install the web interface and auth DB in an other directory
     1.8 -than /var/www and /var/lib/slitaz you can use the following command:
     1.9 +If you want to install the web interface and auth DB in another directory
    1.10 +other than /var/www and /var/lib/slitaz you can use the following command:
    1.11  
    1.12  	$ make install WEB=/path/to/domain/vhost AUTH=/path/to/domain
    1.13  
    1.14 -If you already have a users DB and want to share auth sytem you can install
    1.15 +If you already have a users DB and want to share auth system you can install
    1.16  TinyCM with:
    1.17  
    1.18  	$ make install-web WEB=/path/to/domain/vhost
     2.1 --- a/tools/update.sh	Sun Jan 19 02:20:22 2014 +0100
     2.2 +++ b/tools/update.sh	Sun Jan 19 09:42:05 2014 +0000
     2.3 @@ -1,13 +1,13 @@
     2.4  #!/bin/sh
     2.5  #
     2.6 -# Update a TinyCM install with latest code from Hg
     2.7 +# Update a TinyCM install with latest code from Hg.
     2.8  # Usage: ./tools/update.sh [paths]
     2.9  #
    2.10  . /lib/libtaz.sh
    2.11  
    2.12  [ ! "$1" ] && echo "Missing TinyCM path(s)" && exit 0
    2.13  
    2.14 -# We dont overwrite style.css and images since they ma have change
    2.15 +# We dont overwrite style.css and images since they may have changed
    2.16  # as well as the config file!
    2.17  for cm in $@
    2.18  do