slitaz-forge rev 73

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Apr 14 20:59:10 2011 +0100 (2011-04-14)
parents da1c1d197b6e
children 9bdcc1ee667a
files boot/en/index.php bugs/templates/slitaz/html/page.html tank/tank
line diff
     1.1 --- a/boot/en/index.php	Thu Apr 14 21:43:32 2011 +0200
     1.2 +++ b/boot/en/index.php	Thu Apr 14 20:59:10 2011 +0100
     1.3 @@ -72,7 +72,7 @@
     1.4  
     1.5  <p>
     1.6  	Boot your operating system from the internet and enjoy a full system
     1.7 -	working all in RAM with speed an stability in mind. The Linux Kernel
     1.8 +	working entirely in RAM with speed and stability in mind. The Linux Kernel
     1.9  	and the complete SliTaz compressed root filesystem will be loaded into
    1.10  	RAM from the Web using PXE and HTTP protocols.
    1.11  </p>
     2.1 --- a/bugs/templates/slitaz/html/page.html	Thu Apr 14 21:43:32 2011 +0200
     2.2 +++ b/bugs/templates/slitaz/html/page.html	Thu Apr 14 20:59:10 2011 +0100
     2.3 @@ -42,7 +42,7 @@
     2.4  	<div id="block_info">
     2.5  		<h4>SliTaz Bug Tracking System</h4>
     2.6  		<p>
     2.7 -			Let track bugs, features requests and tasks in one easy to
     2.8 +			Lets you track bugs, feature requests and tasks in one easy to
     2.9  			use and centralized place. 
    2.10  		</p>
    2.11  	</div>
     3.1 --- a/tank/tank	Thu Apr 14 21:43:32 2011 +0200
     3.2 +++ b/tank/tank	Thu Apr 14 20:59:10 2011 +0100
     3.3 @@ -124,8 +124,8 @@
     3.4  		cp -a boot/* $WWW/boot 
     3.5  		echo "" ;;
     3.6  	up-hg|-uh)
     3.7 -		# Since Tank run stable and we update the style in slitaz-dev-tools
     3.8 -		# the cooking package is unbuildable because it use new Tazwok function
     3.9 +		# Since Tank runs stable and we update the style in slitaz-dev-tools
    3.10 +		# the cooking package is unbuildable because it uses the new Tazwok function
    3.11  		# with mercurial|*
    3.12  		echo -e "\nUpdating Mercurial template..."
    3.13  		cd $REPOS/slitaz-dev-tools && hg up
    3.14 @@ -146,7 +146,7 @@
    3.15  		done
    3.16  		echo "" ;;
    3.17  	adduser|-au)
    3.18 -		# On Tank /etc/skel is empty to let taktank handle default user
    3.19 +		# On Tank /etc/skel is empty to let tank handle default user
    3.20  		# files.
    3.21  		echo ""
    3.22  		if [ -n "$2" ]; then
    3.23 @@ -158,7 +158,7 @@
    3.24  			echo -e "User $user already exists...\n" && exit 1
    3.25  		fi
    3.26  		echo "Adding user: $user"
    3.27 -		#adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking
    3.28 +		# adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking
    3.29  		adduser $user
    3.30  		# HG access
    3.31  		echo -n "Hg password: " && read passwd