Hi,

this is the merge request to clean up the handling of initscripts in 
the build process of ipfire 2.

Please pull from
git://git.ipfire.org/people/jschlag/ipfire-2.x.git initscripts-cleanup

to get these changes:
- a new macro to install initscripts for packages
($(call INSTALL_INITSCRIPT,*name of the initscript*))
- the initscripts for packages are now stored in 
/src/initscripts/packages
- the initscript for the system are stored in
/src/initscripts/system
- the rootfile of the the initscript lfs file contain now only the 
initscripts for the system, the initscript for each package are located 
in the rootfile of the package

This makes maintainering of the initscript in IPFire a lot easier, 
because the initscripts for teh system and for the packages are better 
seperated. The new macro makes the lfs files a little bit more cleaner.

Thanks in advance,

Jonatan