Project

General

Profile

Download (283 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

    
3
if [ -e /dev/ukbd0 ]; then
4
        /usr/sbin/vidcontrol -s 2
5
fi
6
        
7
echo
8
echo "pfSense is now shutting down ..."
9
echo
10

    
11
stty status '^T'
12

    
13
# Set shell to ignore SIGINT (2), but not children;
14
trap : 2
15

    
16
HOME=/; export HOME
17
PATH=/sbin:/bin:/usr/sbin:/usr/bin
18
export PATH
19

    
(52-52/63)