[mythtv-users] Modem & mythfilldatabase

Simon at the Threshold dweller at the-threshold.org
Thu Apr 22 05:38:29 EDT 2004


Asciimonster wrote:
> Is there an easy way to write a script that starts and stops the pppd 
> deamon. Somethin like:
> 
> #!/bin/sh
> *dial in*
> mythfilldatabase
> *hang up*
> 
> I've tried wvdial, but it doesn't return after initialisation.


/etc/ppp/ip-up is called when the ppp connection is established so just:-

#!/bin/sh
mythflldatabase
command to terminate ppp e.g. kill/pkill etc.

Simon


-- 
Any sufficiently advanced technology is indistinguishable from a rigged 
demo.
- Andy Finkel, computer guy


More information about the mythtv-users mailing list