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