*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-10-15 02:32:24 +00:00
parent 1b5e71478a
commit 41818e6bf1
1 changed files with 1 additions and 0 deletions

View File

@ -520,6 +520,7 @@ find /etc -name "rc.conf" -type f -exec sed -i "" 's/epair[0-9]b/'"$NEWINTERFACE
find /etc -name "firewall.rules" -type f -exec sed -i "" 's/epair[0-9]b/'"$NEWINTERFACE"'/g' {} \;
find /etc/ppp -name "ppp.conf" -type f -exec sed -i "" 's/epair[0-9]b/'"$NEWINTERFACE"'/g' {} \;
/usr/local/etc/rc.d/ucarp start
/sbin/ifconfig gif0 create
exit 0
# EOF