aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/comconsole/pkg-deinstall
blob: f6f3e58682bb02279b167896538daf3aed69b3cf (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
[ "x$1" = "x" ] && exit 1
if [ "x$2" = "xDEINSTALL" ]; then
    sed -i '' "s|^console.*|console none                unknown off  secure|" /etc/ttys
    rm -f /boot.config
fi