#! /bin/sh set -e if [ ! -c /dev/.devfsd ] && [ ! -c /dev/net/tun ]; then (cd /dev && /sbin/MAKEDEV tun) fi #DEBHELPER#