diff options
Diffstat (limited to 'recipes-connectivity/ppp/ppp-2.4.7/92removedns')
-rw-r--r-- | recipes-connectivity/ppp/ppp-2.4.7/92removedns | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-connectivity/ppp/ppp-2.4.7/92removedns b/recipes-connectivity/ppp/ppp-2.4.7/92removedns new file mode 100644 index 0000000..2eadec6 --- /dev/null +++ b/recipes-connectivity/ppp/ppp-2.4.7/92removedns @@ -0,0 +1,5 @@ +#!/bin/sh +ACTUALCONF=/var/run/resolv.conf +if [ -f $ACTUALCONF.ppporig ] ; then + mv $ACTUALCONF.ppporig $ACTUALCONF +fi |