From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: merge request: initscript cleanup Date: Tue, 07 Mar 2017 14:45:04 +0100 Message-ID: <1488894304.1680.0@mail01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3186294829572220933==" List-Id: --===============3186294829572220933== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --===============3186294829572220933==--