slitaz-tools diff rootfs/usr/share/examples/etc/profile @ rev 204

keymap.conf and locale.conf are declared now
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 21 20:41:15 2008 +0000 (2008-05-21)
parents d7a24e0c3a13
children
line diff
     1.1 --- a/rootfs/usr/share/examples/etc/profile	Sun Dec 02 21:00:38 2007 +0100
     1.2 +++ b/rootfs/usr/share/examples/etc/profile	Wed May 21 20:41:15 2008 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  umask 022
     1.5  
     1.6  # Locale setting.
     1.7 -if [ -f "/etc/locale.conf" ]; then
     1.8 +if [ -s "/etc/locale.conf" ]; then
     1.9    . /etc/locale.conf
    1.10    export LANG LC_ALL
    1.11  fi