wok-6.x rev 14582
vim*: unblock post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 26 17:48:34 2013 +0200 (2013-05-26) |
parents | 870fa05f4d39 |
children | 88fad9347161 |
files | gvim/receipt nail/receipt ntpclient/receipt vim-tiny/receipt vim/receipt |
line diff
1.1 --- a/gvim/receipt Sat May 25 21:08:27 2013 +0200 1.2 +++ b/gvim/receipt Sun May 26 17:48:34 2013 +0200 1.3 @@ -63,7 +63,7 @@ 1.4 echo "" 1.5 echo "**** Actual VI link : $cmd" 1.6 echo "" 1.7 - echo -n "Do you want vim for /bin/vi (y/N) ? : "; read anser 1.8 + echo -n "Do you want vim for /bin/vi (y/N) ? : "; read -t 30 anser 1.9 if [ "$anser" == "y" ]; then 1.10 echo "" 1.11 echo -n "Removing vi link to make a new one pointing on /usr/bin/vim..."
2.1 --- a/nail/receipt Sat May 25 21:08:27 2013 +0200 2.2 +++ b/nail/receipt Sun May 26 17:48:34 2013 +0200 2.3 @@ -50,7 +50,7 @@ 2.4 echo "" 2.5 echo "/usr/bin/mailx exists" 2.6 echo -n "Do you want /usr/bin/nail for /usr/bin/mailx (y/N) ? : " 2.7 - read anser 2.8 + read -t 30 anser 2.9 if [ "$anser" == "y" ]; then 2.10 echo "" 2.11 echo -n "linking /usr/bin/mailx to /usr/bin/nail"
3.1 --- a/ntpclient/receipt Sat May 25 21:08:27 2013 +0200 3.2 +++ b/ntpclient/receipt Sun May 26 17:48:34 2013 +0200 3.3 @@ -31,7 +31,7 @@ 3.4 { 3.5 [ -n "$1" ] && return 3.6 echo "" 3.7 - echo -n "Do you want to run ntpclient in automatic mode (y/N): "; read anser 3.8 + echo -n "Do you want to run ntpclient in automatic mode (y/N): "; read t 30 anser 3.9 if [ "$anser" == "y" ]; then 3.10 srv="fr.pool.ntp.org" 3.11 echo ""
4.1 --- a/vim-tiny/receipt Sat May 25 21:08:27 2013 +0200 4.2 +++ b/vim-tiny/receipt Sun May 26 17:48:34 2013 +0200 4.3 @@ -62,7 +62,7 @@ 4.4 echo "" 4.5 echo "**** Actual VI link : $cmd" 4.6 echo "" 4.7 - echo -n "Do you want vim for /bin/vi (y/N) ? : "; read anser 4.8 + echo -n "Do you want vim for /bin/vi (y/N) ? : "; read -t 30 anser 4.9 if [ "$anser" == "y" ]; then 4.10 echo "" 4.11 echo -n "Removing vi link to make a new one pointing on /usr/bin/vim..."
5.1 --- a/vim/receipt Sat May 25 21:08:27 2013 +0200 5.2 +++ b/vim/receipt Sun May 26 17:48:34 2013 +0200 5.3 @@ -59,7 +59,7 @@ 5.4 echo "" 5.5 echo "**** Actual VI link : $cmd" 5.6 echo "" 5.7 - echo -n "Do you want vim for /bin/vi (y/N) ? : "; read anser 5.8 + echo -n "Do you want vim for /bin/vi (y/N) ? : "; read -t 30 anser 5.9 if [ "$anser" == "y" ]; then 5.10 echo "" 5.11 echo -n "Removing vi link to make a new one pointing on /usr/bin/vim..."