cookutils rev 168

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 15 19:53:00 2011 +0100 (2011-05-15)
parents a66f1d92b9fe
children bd96660a6514
files cooker doc/cookutils.en.html init.d/cooker
line diff
     1.1 --- a/cooker	Sun May 15 16:04:56 2011 +0200
     1.2 +++ b/cooker	Sun May 15 19:53:00 2011 +0100
     1.3 @@ -394,7 +394,7 @@
     1.4  		echo "hg:pull" > $command
     1.5  		cd ${wok}-hg && hg pull -u | log_commits
     1.6  		new=$(hg head --template '{rev}\n')
     1.7 -		# Store last rev to be used by CGI so it dont need to call hg head
     1.8 +		# Store last rev to be used by CGI so it doesn't need to call hg head
     1.9  		# on each load.
    1.10  		echo "$new" > $CACHE/wokrev
    1.11  		
     2.1 --- a/doc/cookutils.en.html	Sun May 15 16:04:56 2011 +0200
     2.2 +++ b/doc/cookutils.en.html	Sun May 15 19:53:00 2011 +0100
     2.3 @@ -357,20 +357,20 @@
     2.4  
     2.5  <h3>Cooker BB started at boot</h3>
     2.6  <p>
     2.7 -	The Cooker environment and cron task can automaticaly started at boot time.
     2.8 -	You must have cookutils-daemon installed on the host and use standard SliTaz
     2.9 -	to make it work properly (cooking goes in /home/slitaz/cooking). The deamon
    2.10 -	script will mount virtual filesystems if needed as well as source and
    2.11 -	packages. Sources files are in /home/slitaz/src and binded into the chroot
    2.12 -	so you can share packages source between several version (stable, cooking,
    2.13 -	undiguest). If the package is not yet installed:
    2.14 +	The Cooker environment and cron task can automatically be started at boot time.
    2.15 +	You must have the cookutils-daemon installed on the host and use a standard SliTaz
    2.16 +	to make it work properly (cooking goes in /home/slitaz/cooking). The daemon
    2.17 +	script will mount any virtual filesystems if needed as well as source and
    2.18 +	packages. Sources files are in /home/slitaz/src and bound into the chroot
    2.19 +	so you can share packages sources between several versions (stable, cooking,
    2.20 +	undigest). If the package is not yet installed:
    2.21  </p>
    2.22  <pre>
    2.23  # tazpkg get-install cookutils-daemon
    2.24  </pre>
    2.25  <p>
    2.26  	To start the daemon you must have a cron file definition for
    2.27 -	root in the chroot, the deamon script work like all other system daemon
    2.28 +	root in the chroot, the daemon script works like all other system daemons
    2.29  	and can be handled with:
    2.30  </p>
    2.31  <pre>
     3.1 --- a/init.d/cooker	Sun May 15 16:04:56 2011 +0200
     3.2 +++ b/init.d/cooker	Sun May 15 19:53:00 2011 +0100
     3.3 @@ -2,7 +2,7 @@
     3.4  # /etc/init.d/cooker: Start, stop or restart Cooker daemon.
     3.5  #
     3.6  
     3.7 -# This is the only real path we need for the daemon and it make it independant
     3.8 +# This is the only real path we need for the daemon and it makes it independent
     3.9  # from cookutils itself.
    3.10  SLITAZ="/home/slitaz"
    3.11