On Mon, 29 Oct 2012, Johan Hansson wrote:
> I just completed a compile on the Raspberry,
>
> Does not the make install script install init.d scripts?
No - init scripts are distribution specific, and "make install" does not
currently figure out which distribution it is running on. Init scripts are
installed by the rpm/dpkg stuff.
On the pi I build by running "make make-deb" which builds a .dpkg in ..,
then I sudo dpkg -i ../aprsc-x.y.z....dpkg which installs (or upgrades, or
does a live upgrade). I just upgraded T2FINLAND like that 18 minutes ago
to test the current development code. git pull, make make-deb, dpkg -i.
- Hessu