slitaz-forge diff tank/tank @ rev 73

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Apr 14 20:59:10 2011 +0100 (2011-04-14)
parents ed64984a8f9a
children 893e0399ab12
line diff
     1.1 --- a/tank/tank	Thu Apr 14 21:23:11 2011 +0200
     1.2 +++ b/tank/tank	Thu Apr 14 20:59:10 2011 +0100
     1.3 @@ -124,8 +124,8 @@
     1.4  		cp -a boot/* $WWW/boot 
     1.5  		echo "" ;;
     1.6  	up-hg|-uh)
     1.7 -		# Since Tank run stable and we update the style in slitaz-dev-tools
     1.8 -		# the cooking package is unbuildable because it use new Tazwok function
     1.9 +		# Since Tank runs stable and we update the style in slitaz-dev-tools
    1.10 +		# the cooking package is unbuildable because it uses the new Tazwok function
    1.11  		# with mercurial|*
    1.12  		echo -e "\nUpdating Mercurial template..."
    1.13  		cd $REPOS/slitaz-dev-tools && hg up
    1.14 @@ -146,7 +146,7 @@
    1.15  		done
    1.16  		echo "" ;;
    1.17  	adduser|-au)
    1.18 -		# On Tank /etc/skel is empty to let taktank handle default user
    1.19 +		# On Tank /etc/skel is empty to let tank handle default user
    1.20  		# files.
    1.21  		echo ""
    1.22  		if [ -n "$2" ]; then
    1.23 @@ -158,7 +158,7 @@
    1.24  			echo -e "User $user already exists...\n" && exit 1
    1.25  		fi
    1.26  		echo "Adding user: $user"
    1.27 -		#adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking
    1.28 +		# adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking
    1.29  		adduser $user
    1.30  		# HG access
    1.31  		echo -n "Hg password: " && read passwd