Modem upgrade -7.4, pup_event -5.4
I have applied the latest analog and 3G dialup modem support PET, plus upgrades to the 'pup_event' scripts, from rerwin.Read more on the forum:
http://murga-linux.com/puppy/viewtopic.php?t=57290
I have applied these two PETs:
modem_fix_pack_delta-7.2_to_7.4.pet
pup_event_backend_modprobe_fix_to_p43x-delta_5.2_to_5.4.pet
Note that these PETs have been merged into Woof, which is how I apply all of rerwin's upgrades.
Comments:
Posted on 17 Oct 2010, 15:22 by technosaurusmultiple defs in pup_event_frontend_d
I was working on my bashbox script - adding stuff from woof and noticed that /sbin/pup_event_frontend_d has 2 free_coord() functions
I'm sure only one will be used so it won't cause a problem in the context of woof/quirky/puppy as long as the correct one is used, but I am testing putting all scripts/functions into a small script + a large function library so that code can be reused. I think bash automatically uses the last defined function if there are multiple, so that is the one I am using.