summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-14 16:59:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-14 16:59:38 +0000
commit3f249fb30db873a22f79fb861ed1ef6bd0d48518 (patch)
tree4046499ccee5705ea80e2ad4dffd42abc91ce636 /etc/inc
parentf903e2615e02021c01accad04ea192ffb578bb9d (diff)
downloadpfsense-3f249fb30db873a22f79fb861ed1ef6bd0d48518.zip
pfsense-3f249fb30db873a22f79fb861ed1ef6bd0d48518.tar.gz
Remove keyboard mapping script. It hangs.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index ab3e697..1e57957 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -993,12 +993,6 @@ function set_networking_interfaces_ports() {
global $g;
global $fp;
- if(file_exists("/usr/sbin/kbdmap")) {
- echo "Would you like to change the keyboard mapping [n]? ";
- if (strcasecmp(chop(fgets($fp)), "y") == 0)
- exec("/usr/sbin/kbdmap");
- }
-
$fp = fopen('php://stdin', 'r');
$iflist = get_interface_list();
OpenPOWER on IntegriCloud