ssfs rev 59

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jun 12 21:19:28 2011 +0100 (2011-06-12)
parents 86891a868e9d
children 8554492c73b1
files README ssfs ssfs-server
line diff
     1.1 --- a/README	Sun Jun 12 21:18:23 2011 +0200
     1.2 +++ b/README	Sun Jun 12 21:19:28 2011 +0100
     1.3 @@ -31,10 +31,10 @@
     1.4      * Drop files in a folder and they will be synced
     1.5      * Even without any connection you have your data
     1.6      * Fast and light using stable and mature GNU tools
     1.7 -    * Encrypted file tranfert using SSH protocol
     1.8 +    * Encrypted file transfer using SSH protocol
     1.9      * Easy to setup on the client and server side
    1.10 -    * Virtual disk for storage for quoto mamagement
    1.11 -    * Minimal and restrictive but yet powerfull chroot
    1.12 +    * Virtual disk storage for quota management
    1.13 +    * Minimal and restrictive but yet powerful chroot
    1.14      * Command line chrooted SSH access for users
    1.15      * Easy to backup, update and maintain vdisk
    1.16  
     2.1 --- a/ssfs	Sun Jun 12 21:18:23 2011 +0200
     2.2 +++ b/ssfs	Sun Jun 12 21:19:28 2011 +0100
     2.3 @@ -106,7 +106,7 @@
     2.4  		
     2.5  		# Upload key to the server.
     2.6  		gettext "Sending RSA secure key to:"; echo " $host"
     2.7 -		gettext "Please enter you Ssfs password."
     2.8 +		gettext "Please enter your Ssfs password."
     2.9  		echo -e "\n"
    2.10  		cat $HOME/.ssh/id_rsa.pub | \
    2.11  			ssh $login@$host 'cat - >> ~/.ssh/authorized_keys' || exit 1
     3.1 --- a/ssfs-server	Sun Jun 12 21:18:23 2011 +0200
     3.2 +++ b/ssfs-server	Sun Jun 12 21:19:28 2011 +0100
     3.3 @@ -114,7 +114,7 @@
     3.4  
     3.5  vdisk_config() {
     3.6  	cat > $root/etc/vdisk.conf << EOT
     3.7 -# /etc/vdisk.conf: Ssfs virtual autogenated config file.
     3.8 +# /etc/vdisk.conf: Ssfs virtual auto-generated config file.
     3.9  
    3.10  VDATE="$date"
    3.11  VSIZE="$size"
    3.12 @@ -277,7 +277,7 @@
    3.13  		#mknod -m 666 $root/dev/null c 1 3
    3.14  
    3.15  		# Ssfs Busybox package install files in $cache and allow easy vdisk
    3.16 -		# upgrade folowing SliTaz repo.
    3.17 +		# upgrade following SliTaz repo.
    3.18  		gettext "Installing Ssfs Busybox..."
    3.19  		cp -a $rootfs/* $root
    3.20  		status