aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/comconsole/pkg-install
blob: c45c5b04411d63a33282477e284a53a3a3d93dbc (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
[ "x$1" = "x" ] && exit 1
if [ "x$2" = "xPOST-INSTALL" ]; then
    echo "-P" > /boot.config
    sed -i '' "s|^console.*|console \"/usr/libexec/getty std.9600\" vt100   on  secure|" /etc/ttys
fi