
On Wed, Feb 25, 2015 at 03:00:12PM +0100, Steffen Nurpmeso wrote:
Juergen Daubert <jue@jue.li> wrote: |On Mon, Feb 23, 2015 at 07:53:54PM +0100, Steffen Nurpmeso wrote: |>|Quoting Alan Mizrahi <alan+crux@mizrahi.com.ve>: |>|> So we have two options: |>|> 1. Start writing init scripts properly |>|> 2. Start using start-stop-daemon
|> I haven't actually tried it yet, but i gave it a fivteen minute |> quick shot and could compile only start-stop-daemon.c on Crux 3.1 |> by applying the attached hacky diff. Doing something a little bit |> more sane shouldn't cause that much worries given that both Debian |> and Crux are Linux. |> Unless the plan is to use more tools from dpkg, of course... | |no, nothing planned in that direction. | |Steffen, thanks for your offer to maintain something that allows us |to build start-stop-daemon without downloading the whole dpkg sources. |If you have a final patch let's talk about the best method to maintain |it.
With pleasure, i like CRUX! The first version missed HAVE_GETDTABLESIZE and HAVE_IOPRIO_SET so it was not enough indeed. Find attached a compressed git(1) format-patch, the nm(1) output of the compiled result is "identical" to that of the version i got from following the dpkg recipe of yours. And i have registered at the Debian Package Tracker and subscribed to dpkg updates, which makes me hope i get notifications on release updates? Is that enough?
Yeah, sure, thank you very much. As we are talking about files of 88K in sum, I'd say its fine to put them directly into our ports tree without an external repository. I'll commit this later with two noticeable minor changes: - added the makefile to our source() array - changed the program and port version number to 20141020 which is the date of the last commit to start-stop-daemon.c [1] Greetings Juergen [1] https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=dpkg/dpkg.git;...