diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-05-31 11:57:49 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-05-31 11:58:00 -0400 |
commit | 85055175a102caa0f0bd07f50546553b36d935c9 (patch) | |
tree | ffb47909b09782996f6382e7843e890ab2b68abe /etc/rc.shutdown | |
parent | edb2a3dab4833fa024828f3150cdcc1521ea1b48 (diff) | |
download | pfsense-85055175a102caa0f0bd07f50546553b36d935c9.zip pfsense-85055175a102caa0f0bd07f50546553b36d935c9.tar.gz |
Remove old vidcontrol cruft lingering from long long ago
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-x | etc/rc.shutdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 14faf80..c7e8b25 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -5,10 +5,6 @@ if ! /usr/bin/lockf -s -t 30 /tmp/config.lock /usr/bin/true; then exit -1 fi -if [ -e /dev/ukbd0 ]; then - /usr/sbin/vidcontrol -s 2 -fi - product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4` echo |