Project

General

Profile

Download (321 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
/sbin/ifconfig pfsync0 -syncdev down
12

    
13
stty status '^T'
14

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

    
18
HOME=/; export HOME
19
PATH=/sbin:/bin:/usr/sbin:/usr/bin
20
export PATH
21

    
(51-51/62)