#!/bin/sh
ACTUALCONF=/var/run/resolv.conf
if [ -f $ACTUALCONF.ppporig ] ; then
	mv $ACTUALCONF.ppporig $ACTUALCONF
fi