# HG changeset patch # User Aleksej Bobylev # Date 1485531372 -7200 # Node ID 2c6e9733c2327814f285c58a33fe608663ad2764 # Parent 30df2eac7040fd5a4dd4902d931620a304132a67 etc/init.d/system.sh: fix messaging. diff -r 30df2eac7040 -r 2c6e9733c232 etc/init.d/system.sh --- a/etc/init.d/system.sh Wed Jan 11 09:50:20 2017 +0100 +++ b/etc/init.d/system.sh Fri Jan 27 17:36:12 2017 +0200 @@ -30,7 +30,7 @@ echo -e 'LANG=POSIX\nLC_ALL=POSIX' > /etc/locale.conf fi . /etc/locale.conf -action 'Setting system locale: $LANG' +action 'Setting system locale: %s' "$LANG" export LC_ALL=$LANG status @@ -40,7 +40,7 @@ echo 'us' > /etc/keymap.conf fi kmap=$(cat /etc/keymap.conf) -action 'Loading console keymap: $kmap' +action 'Loading console keymap: %s' "$kmap" /sbin/tazkeymap $kmap >/dev/null status