slitaz-base-files rev 226

2014
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 04 13:59:19 2014 +0000 (2014-01-04)
parents b4d39426898f
children b29029e826c3
files COPYING rootfs/lib/libtaz.sh rootfs/sbin/mktazdevs.sh rootfs/usr/bin/calc rootfs/usr/bin/ldd rootfs/usr/bin/man rootfs/usr/lib/slitaz/httphelper.sh rootfs/usr/lib/slitaz/libpkg.sh rootfs/usr/share/doc/slitaz-doc.css
line diff
     1.1 --- a/COPYING	Sun Dec 01 09:25:26 2013 +0000
     1.2 +++ b/COPYING	Sat Jan 04 13:59:19 2014 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -Copyright (c)  2007-2013  SliTaz GNU/Linux
     1.8 +Copyright (c)  2007-2014  SliTaz GNU/Linux
     1.9  
    1.10  
    1.11  Français
     2.1 --- a/rootfs/lib/libtaz.sh	Sun Dec 01 09:25:26 2013 +0000
     2.2 +++ b/rootfs/lib/libtaz.sh	Sat Jan 04 13:59:19 2014 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  #
     2.5  # Documentation: man libtaz or /usr/share/doc/slitaz/libtaz.txt
     2.6  #
     2.7 -# Copyright (C) 2012-2013 SliTaz GNU/Linux - BSD License
     2.8 +# Copyright (C) 2012-2014 SliTaz GNU/Linux - BSD License
     2.9  #
    2.10  
    2.11  . /usr/bin/gettext.sh
     3.1 --- a/rootfs/sbin/mktazdevs.sh	Sun Dec 01 09:25:26 2013 +0000
     3.2 +++ b/rootfs/sbin/mktazdevs.sh	Sat Jan 04 13:59:19 2014 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  #!/bin/sh
     3.5  #
     3.6  # mktazdevs.sh: Make device files for SliTaz GNU/Linux
     3.7 -# 2007/10/02 - 2012 <pankso@slitaz.org>
     3.8 +# 2007/10/02 - 2014 <pankso@slitaz.org>
     3.9  #
    3.10  # As of SliTaz 5.0 we have a radicaly minimal /dev tree for ARM and we
    3.11  # use mdev to create devices nodes on the fly. On i486 we use udev and
     4.1 --- a/rootfs/usr/bin/calc	Sun Dec 01 09:25:26 2013 +0000
     4.2 +++ b/rootfs/usr/bin/calc	Sat Jan 04 13:59:19 2014 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  #!/bin/sh
     4.5  #
     4.6  # Small cmdline AWK calculator.
     4.7 -# Copyright (C) 2012 SliTaz GNU/Linux.
     4.8 +# Copyright (C) 2014 SliTaz GNU/Linux.
     4.9  #
    4.10  
    4.11  case "$1" in
    4.12 @@ -10,6 +10,6 @@
    4.13  	*)
    4.14  		name=$(basename $0)
    4.15  		echo -e "\nUsage: $name [0-9][+-*/][0-9]"
    4.16 -		echo -e "Example: $name 36*12\n" ;;
    4.17 +		echo -e "Example: $name '(36*12)+7'\n" ;;
    4.18  esac
    4.19  exit 0
     5.1 --- a/rootfs/usr/bin/ldd	Sun Dec 01 09:25:26 2013 +0000
     5.2 +++ b/rootfs/usr/bin/ldd	Sat Jan 04 13:59:19 2014 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  #!/bin/sh
     5.5  #
     5.6  # Tiny ldd fake.
     5.7 -# Copyright (C) 2010-2012 SliTaz GNU/Linux.
     5.8 +# Copyright (C) 2010-2014 SliTaz GNU/Linux.
     5.9  #
    5.10  
    5.11  echo ""
     6.1 --- a/rootfs/usr/bin/man	Sun Dec 01 09:25:26 2013 +0000
     6.2 +++ b/rootfs/usr/bin/man	Sat Jan 04 13:59:19 2014 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  #!/bin/sh
     6.5  #
     6.6  # Tiny man fake using online manuals.
     6.7 -# Copyright (C) 2009-2012 SliTaz GNU/Linux.
     6.8 +# Copyright (C) 2009-2014 SliTaz GNU/Linux.
     6.9  #
    6.10  . /lib/libtaz.sh
    6.11  
     7.1 --- a/rootfs/usr/lib/slitaz/httphelper.sh	Sun Dec 01 09:25:26 2013 +0000
     7.2 +++ b/rootfs/usr/lib/slitaz/httphelper.sh	Sat Jan 04 13:59:19 2014 +0000
     7.3 @@ -9,7 +9,7 @@
     7.4  #
     7.5  # Documentation: man httphelper or /usr/share/doc/slitaz/httpelper.txt
     7.6  #
     7.7 -# Copyright (C) SliTaz 2012 - GNU GPL v2
     7.8 +# Copyright (C) SliTaz 2014 - GNU GPL v2
     7.9  #
    7.10  
    7.11  alias urlencode='busybox httpd -e'
     8.1 --- a/rootfs/usr/lib/slitaz/libpkg.sh	Sun Dec 01 09:25:26 2013 +0000
     8.2 +++ b/rootfs/usr/lib/slitaz/libpkg.sh	Sat Jan 04 13:59:19 2014 +0000
     8.3 @@ -5,7 +5,7 @@
     8.4  #
     8.5  # Documentation: man libpkg or /usr/share/doc/slitaz/libpkg.txt
     8.6  #
     8.7 -# Copyright (C) 2012 SliTaz GNU/Linux - BSD License
     8.8 +# Copyright (C) 2014 SliTaz GNU/Linux - BSD License
     8.9  #
    8.10  
    8.11  . /lib/libtaz.sh
     9.1 --- a/rootfs/usr/share/doc/slitaz-doc.css	Sun Dec 01 09:25:26 2013 +0000
     9.2 +++ b/rootfs/usr/share/doc/slitaz-doc.css	Sat Jan 04 13:59:19 2014 +0000
     9.3 @@ -66,3 +66,8 @@
     9.4  }
     9.5  
     9.6  td, th { vertical-align: top; }
     9.7 +
     9.8 +.year:after {
     9.9 +	/* content: "2007-2014"; */
    9.10 +	content: "2014";
    9.11 +}