[PATCH 1/2] fsogsmd: allow for fsonetworkd-less configuration by integration with ppp scripts

2012-11-18 Thread Paul Fertser
This introduces an additional [fsogsm] parameter which is supposed to be set like this (with ip-up from the ppp package): pdp_helper = /etc/ppp/ip-up This allows for a clean integration with other services installed on a typical system, e.g. resolvconf, ntp etc. To actually assign an address to t

Re: [PATCH 1/2] fsogsmd: allow for fsonetworkd-less configuration by integration with ppp scripts

2012-11-19 Thread Paul Fertser
Paul Fertser writes: > +Process.spawn_async( null, { pdp_helper, > + route.iface, > + "notty", > + "0", > +

Re: [PATCH 1/2] fsogsmd: allow for fsonetworkd-less configuration by integration with ppp scripts

2012-11-19 Thread Simon Busch
Am 18.11.2012 22:04, schrieb Paul Fertser: This introduces an additional [fsogsm] parameter which is supposed to be set like this (with ip-up from the ppp package): pdp_helper = /etc/ppp/ip-up This allows for a clean integration with other services installed on a typical system, e.g. resolvconf,

Re: [PATCH 1/2] fsogsmd: allow for fsonetworkd-less configuration by integration with ppp scripts

2012-11-22 Thread Simon Busch
Am 19.11.2012 11:16, schrieb Paul Fertser: Paul Fertser writes: +Process.spawn_async( null, { pdp_helper, + route.iface, + "notty", + "0", +