#!/usr/bin/perl -w $ENV{PATH} = ""; #$cmd = "/bin/cp /etc/resolv.conf.tm /etc/resolv.conf"; #print $cmd, "\n"; #$code = system $cmd; $cmd = "/bin/cp /etc/conf.d/net.driving /etc/conf.d/net"; print $cmd, "\n"; $code = system $cmd; $cmd = "/sbin/rc driving"; print $cmd, "\n"; $code = system $cmd;