#!/bin/sh # tests for deaf interfaces and brings them up chmod +x /usr/sbin/reset_deaf_phys.sh mkdir -p /etc/crontabs ; touch /etc/crontabs/root sed "\|/usr/sbin/reset_deaf_phys.sh|d" -i /etc/crontabs/root echo "* * * * * /usr/sbin/reset_deaf_phys.sh" >> /etc/crontabs/root