# HG changeset patch # User Pascal Bellard # Date 1211402475 0 # Node ID df6285a994630a97910b30b187adde4d4e33c0ef # Parent 121a3444492462f9f1927ba6f1d692c664f3246a keymap.conf and locale.conf are declared now diff -r 121a34444924 -r df6285a99463 rootfs/usr/share/examples/etc/profile --- a/rootfs/usr/share/examples/etc/profile Tue May 20 17:35:21 2008 +0200 +++ b/rootfs/usr/share/examples/etc/profile Wed May 21 20:41:15 2008 +0000 @@ -15,7 +15,7 @@ umask 022 # Locale setting. -if [ -f "/etc/locale.conf" ]; then +if [ -s "/etc/locale.conf" ]; then . /etc/locale.conf export LANG LC_ALL fi diff -r 121a34444924 -r df6285a99463 tinyutils/tazkeymap --- a/tinyutils/tazkeymap Tue May 20 17:35:21 2008 +0200 +++ b/tinyutils/tazkeymap Wed May 21 20:41:15 2008 +0000 @@ -32,7 +32,7 @@ fi # Get current keymap if it exist. -if [ -f /etc/keymap.conf ]; then +if [ -s /etc/keymap.conf ]; then CUR=`cat /etc/keymap.conf` else CUR="none" @@ -93,7 +93,7 @@ esac # If it's a reconfiguration give an info message. -if [ -f /etc/keymap.conf ]; then +if [ -s /etc/keymap.conf ]; then $DIALOG --clear \ --title " Keyboard mapping information " \ --msgbox "\n diff -r 121a34444924 -r df6285a99463 tinyutils/tazlocale --- a/tinyutils/tazlocale Tue May 20 17:35:21 2008 +0200 +++ b/tinyutils/tazlocale Wed May 21 20:41:15 2008 +0000 @@ -74,7 +74,7 @@ fi # If it's a reconfiguration give an info message. -if [ -f /etc/locale.conf ]; then +if [ -s /etc/locale.conf ]; then $DIALOG --clear \ --title " Locale setting information " \ --msgbox "\n