summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index ead26ef..4cf3251 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -1,5 +1,9 @@
#!/bin/sh
+if [ -e /dev/ukbd0 ]; then
+ /usr/sbin/vidcontrol -s 2
+fi
+
echo
echo "pfSense is now shutting down ..."
echo
OpenPOWER on IntegriCloud