slitaz-base-files rev 69

Tiny edits and README translation
author Paul Issott <paul@slitaz.org>
date Sat Oct 24 19:51:37 2009 +0000 (2009-10-24)
parents 2a0252eb0b37
children 4e287e23cf22
files COPYING README rootfs/etc/fstab rootfs/etc/profile rootfs/etc/shells rootfs/usr/bin/man
line diff
     1.1 --- a/COPYING	Sat Jun 13 20:49:19 2009 +0200
     1.2 +++ b/COPYING	Sat Oct 24 19:51:37 2009 +0000
     1.3 @@ -26,12 +26,12 @@
     1.4  English
     1.5  -------
     1.6  
     1.7 -slitaz-base-files is free software; you can redistribute it and/or modify
     1.8 +Slitaz-base-files is free software; you can redistribute it and/or modify
     1.9  it under the terms of the GNU General Public License as published by
    1.10  the Free Software Foundation; either version 3 of the License, or
    1.11  (at your option) any later version.
    1.12  
    1.13 -slitaz-base-files is distributed in the hope that it will be useful, but
    1.14 +Slitaz-base-files is distributed in the hope that it will be useful, but
    1.15  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
    1.17  more details.
     2.1 --- a/README	Sat Jun 13 20:49:19 2009 +0200
     2.2 +++ b/README	Sat Oct 24 19:51:37 2009 +0000
     2.3 @@ -9,5 +9,15 @@
     2.4      http://www.slitaz.org/doc/cookbook/
     2.5  
     2.6  
     2.7 +English
     2.8 +-------
     2.9 +
    2.10 +This package provides the base system files and directories, it is built
    2.11 +using a wok receipt and Tazwok. The files are described in the SliTaz
    2.12 +Cookbook :
    2.13 +
    2.14 +
    2.15  ===============================================================================
    2.16                                                           http://www.slitaz.org/
    2.17 +
    2.18 +
     3.1 --- a/rootfs/etc/fstab	Sat Jun 13 20:49:19 2009 +0200
     3.2 +++ b/rootfs/etc/fstab	Sat Oct 24 19:51:37 2009 +0000
     3.3 @@ -1,4 +1,4 @@
     3.4 -# /etc/fstab: information about static file system.
     3.5 +# /etc/fstab: Information about static filesystems.
     3.6  #
     3.7  proc            /proc        proc    defaults          0       0
     3.8  sysfs           /sys         sysfs   defaults          0       0
     4.1 --- a/rootfs/etc/profile	Sat Jun 13 20:49:19 2009 +0200
     4.2 +++ b/rootfs/etc/profile	Sat Oct 24 19:51:37 2009 +0000
     4.3 @@ -1,4 +1,4 @@
     4.4 -# /etc/profile: system-wide .profile file for the Bourne shells
     4.5 +# /etc/profile: System-wide .profile file for the Bourne shells
     4.6  
     4.7  PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
     4.8  LD_LIBRARY_PATH="/usr/lib:/lib"
     5.1 --- a/rootfs/etc/shells	Sat Jun 13 20:49:19 2009 +0200
     5.2 +++ b/rootfs/etc/shells	Sat Oct 24 19:51:37 2009 +0000
     5.3 @@ -1,4 +1,4 @@
     5.4 -# /etc/shells: valid login shells.
     5.5 +# /etc/shells: Valid login shells.
     5.6  /bin/sh
     5.7  /bin/ash
     5.8  /bin/bash
     6.1 --- a/rootfs/usr/bin/man	Sat Jun 13 20:49:19 2009 +0200
     6.2 +++ b/rootfs/usr/bin/man	Sat Oct 24 19:51:37 2009 +0000
     6.3 @@ -5,7 +5,7 @@
     6.4  #
     6.5  
     6.6  if [ ! -x /usr/bin/retawq ]; then
     6.7 -	echo -e "\nMissing Retawq webbrouwser..."
     6.8 +	echo -e "\nMissing Retawq web browser..."
     6.9  	echo -e "Please run: su -c 'tazpkg get-install retawq'\n"
    6.10  	exit 0
    6.11  fi