now connman instrs work. :)

SVN revision: 81504
This commit is contained in:
Carsten Haitzler 2012-12-21 04:41:32 +00:00
parent 2c98e892d2
commit 6857b8d723
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ Your connman gadget in E17 should soon enough pick up connman and if on a wired
</p>
<p><pre><code>
sed 's:exit 0:/usr/local/sbin/connmand &\nexit 0:g' /etc/rc.local > /tmp/tf;
sed 's:exit 0:(sleep 9;/usr/local/sbin/connmand) \&\nexit 0:g' /etc/rc.local > /tmp/tf;
sudo cp /tmp/tf /etc/rc.local;
rm /tmp/tf
sudo apt-get remove network-manager