--- alx-src/branches/alxconf-060/init.d/alxsettings 2012/04/13 17:10:56 3457 +++ alx-src/branches/alxconf-060/init.d/alxsettings 2012/04/13 17:12:29 3458 @@ -781,22 +781,22 @@ [ -x /usr/bin/loadkeys ] && loadkeys -q de [ -x /sbin/loadkmap ] && loadkmap < /usr/share/busybox/keymaps/de.kmap rc_echo - rc_echo -en ${COLRED} - rc_echo -n "*** Warning: you are about to reset *all* local settings on this system!" - rc_echo -e ${COLDEFAULT} - rc_echo "*** Do you really want to continue ?" - rc_echo -n "*** Enter 'yes' to continue, anything else to abort: " + rc_echo -en "${COLRED}" + rc_echo -n '--- Warning: you are about to reset *all* local settings on this system!' + rc_echo -e "${COLDEFAULT}" + rc_echo '--- Do you really want to continue ?' + rc_echo -n '--- Enter 'yes' to continue, anything else to abort: ' read kbinsert if [[ ${kbinsert} = yes ]] then - rc_echo -en ${COLRED} - rc_echo -n "*** OK, you really want it ... killing all settings: " + rc_echo -en "${COLRED}" + rc_echo -n '--- OK, you really want it ... killing all settings: ' for i in 3 2 1 now do rc_echo -n " ${i}" sleep 1 done - rc_echo -e ${COLDEFAULT} + rc_echo -e "${COLDEFAULT}" ## reset all settings: rm -rf ${SETTINGSPATH}/*