surpport seeking the recorded video
[vuplus_openembedded] / recipes / dreambox / dreambox-modem-ppp-scripts / 01peerdns-remove
1 #!/bin/sh
2 if [ -f /etc/resolv.conf-back ];  then
3                 rm /etc/resolv.conf
4                 mv /etc/resolv.conf-back /etc/resolv.conf
5 fi