[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
patches for sysvinit (2)
From: |
Justus Winter |
Subject: |
patches for sysvinit (2) |
Date: |
Thu, 15 Aug 2013 09:45:27 +0200 |
Hi :)
this is my updated patch series for the sysvinit package. Notable
changes since the last series:
* There are no dirty hacks anymore thanks to the recently send patch
series for Hurd that makes sysvinit pid 1 and marks some processes
as important and not to be killed by killall5.
* The ftbfs fix for killall5.c falls back to the old behavior on Linux
and kFreeBSD.
* The getty file names in /etc/inittab are properly fixed up. This is
my first contact with debconf, so please have a close look on this
particular change. As far as I can tell it is working fine :)
Cheers,
Justus
- patches for sysvinit (2),
Justus Winter <=
- [PATCH 1/7] initscripts: hurd has a proper tmpfs now, remove workaround, Justus Winter, 2013/08/15
- [PATCH 2/7] initscripts: add -ocompatible to procfs mounts on Hurd, Justus Winter, 2013/08/15
- [PATCH 3/7] initscripts: use pidof -s /sbin/init for robustness, Justus Winter, 2013/08/15
- [PATCH 6/7] killall5.c: Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS., Justus Winter, 2013/08/15
- [PATCH 4/7] initscripts: add runsystem.sysv, Justus Winter, 2013/08/15
- [PATCH 5/7] initscripts: Only run rootcheck on Linux, Justus Winter, 2013/08/15
- [PATCH 7/7] sysvinit: Fix getty path in /etc/inittab on Hurd., Justus Winter, 2013/08/15
- Re: patches for sysvinit (2), Samuel Thibault, 2013/08/28