summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 21:12:35 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 21:12:35 -0400
commit2eeb1781ab69180c2e5667c0f483b9c885b66db5 (patch)
tree1b5d208956460aee5f7edca8834ed166633d4b0c
parent6c616b93bb8b688396e056f971800bf20cd107fb (diff)
downloadpfsense-2eeb1781ab69180c2e5667c0f483b9c885b66db5.zip
pfsense-2eeb1781ab69180c2e5667c0f483b9c885b66db5.tar.gz
Full path to /bin/stty
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 547d00b..ed28b4f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -45,9 +45,9 @@ function rescue_detect_keypress() {
$key = null;
while(!in_array($key, array("r","R"))) {
echo "\033[08m{$timeout}\n";
- `stty -icanon min 0 time 10`;
+ `/bin/stty -icanon min 0 time 10`;
$key = trim(`KEY=\`dd count=1 2>/dev/null\`; echo \$KEY`);
- `stty icanon`;
+ `/bin/stty icanon`;
// Decrement our timeout value
$timeout--;
// If we have reached 0 exit and continue on
OpenPOWER on IntegriCloud