summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-13 19:28:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-13 19:28:13 +0000
commit509a81958b68b6372b9a7bfcdda43217356af00c (patch)
tree92a0e1e28432249b70afc56db7f653885c7335c8 /etc
parent91330edb59e628e8e10e5cda8b39d2eb5f713690 (diff)
downloadpfsense-509a81958b68b6372b9a7bfcdda43217356af00c.zip
pfsense-509a81958b68b6372b9a7bfcdda43217356af00c.tar.gz
Add ability to change keyboard mapping for all the users across the big pond.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 1e57957..cf9d27e 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1013,6 +1013,12 @@ EOD;
}
}
+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");
+}
+
echo <<<EOD
Do you want to set up VLANs first?
OpenPOWER on IntegriCloud