summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 02:35:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 02:35:10 +0000
commit1640b42975ef24bad22f3d2cce507caeda5331f2 (patch)
treede1f72be7c170d55bff3d76152e9c071f8427d46 /etc/rc.shutdown
parent75078a3d34eba44b0f2c4f50118d633e77928190 (diff)
downloadpfsense-1640b42975ef24bad22f3d2cce507caeda5331f2.zip
pfsense-1640b42975ef24bad22f3d2cce507caeda5331f2.tar.gz
Switch back to vty1 on reboot/shutdown
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