]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-scripts-getkey-timeout.patch
- missing feature
[packages/rc-scripts.git] / rc-scripts-getkey-timeout.patch
CommitLineData
c9ec10c3
JR
1diff -ur rc-scripts-0.4.0.25/rc.d/rc.sysinit rc-scripts/rc.d/rc.sysinit
2--- rc-scripts-0.4.0.25/rc.d/rc.sysinit 2006-01-15 13:01:16.000000000 +0100
3+++ rc-scripts/rc.d/rc.sysinit 2006-01-20 19:02:47.000000000 +0100
4@@ -863,7 +863,7 @@
5 kill -TERM $(/sbin/pidof getkey) >/dev/null 2>&1
6 } &
7 if is_yes "$PROMPT"; then
8- /sbin/getkey i && touch /var/run/confirm
9+ /sbin/getkey -c 5 i && touch /var/run/confirm
10 fi
11 wait
12 echo
This page took 0.027819 seconds and 4 git commands to generate.