View Single Post
Posts: 5,335 | Thanked: 8,187 times | Joined on Mar 2007 @ Pennsylvania, USA
#6
Originally Posted by mase View Post
I know /etc/ppp/ip-up.d from my Debian system. This doesn't
exist in Maemo. Does /etc/network/if-up.d include the dialup
network?
By dialup, do you mean GPRS? If so, yes, the scripts in /etc/network/if-up.d are run for those connections. In fact, if you look at the existing scripts there, you'll notice blocks such as:
Code:
if [ "$ICD_CONNECTION_TYPE" != GPRS ]; then
    exit 0
fi
__________________
maemo.org profile