mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
b2f192faab
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/sh
|
|
ACTUALCONF=/var/run/resolv.conf
|
|
if [ -f $ACTUALCONF.ppporig ] ; then
|
|
mv $ACTUALCONF.ppporig $ACTUALCONF
|
|
fi
|