View Single Post
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#171
Originally Posted by Tuukka View Post
Edit: I have the same situation as the guys above. No 99_autodisconnect file in /etc/network/if-up/

Hope this problem get solved.
I fixed it by downloading the .deb from garage, unpacking it and putting the 99_autodisconnect file in /etc/network/if-up/ manually as root.

On linux you can unpack the interesting part of a .deb with the command:
Code:
ar p mypackage.deb data.tar.gz | tar zx
 

The Following User Says Thank You to bousch For This Useful Post: