[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
patches for sysvinit, debian repository for testing
From: |
Justus Winter |
Subject: |
patches for sysvinit, debian repository for testing |
Date: |
Tue, 9 Jul 2013 10:46:43 +0200 |
Hi,
this is a patch series for the sysvinit package. Comments are
welcome. Patches seven and eight are somewhat questionable, but I'd
propose the first six for inclusion. Any hints how to send patches to
the sysvinit maintainers? Attached to a bug report maybe?
I uploaded patched sysvinit packages to my debian repository for
testing. It's here:
deb http://teythoon.cryptobitch.de/gsoc/heap/debian unstable main
Please use unstable for now. For your convenience there's a seed
tarball containing appropriate sources.list.d snippets and the
repository key:
http://teythoon.cryptobitch.de/gsoc/heap/debian/seed.tar.xz
Currently /hurd/console is not started (I'll add a init script for
that later), but for now you have to start a getty on the console:
7:2345:respawn:/sbin/getty 38400 console
The patched initscripts contains the runsystem.sysv file and uses the
Debian alternatives system to replace the .gnu variant. It also
switches to the appropriate halt and reboot utilities. If you install
the package, you must use halt-hurd or reboot-hurd to halt or reboot
the system. Running halt or reboot is not harmful though, it just
doesn't work.
Cheers,
Justus
- patches for sysvinit, debian repository for testing,
Justus Winter <=
- [PATCH 2/8] initscripts: add -ocompatible to procfs mounts on Hurd, Justus Winter, 2013/07/09
- [PATCH 1/8] initscripts: hurd has a proper tmpfs now, remove workaround, Justus Winter, 2013/07/09
- [PATCH 3/8] initscripts: use pidof -s /sbin/init for robustness, Justus Winter, 2013/07/09
- [PATCH 7/8] sendsigs, killprocs: Disable on Hurd. killall5 kills essential processes., Justus Winter, 2013/07/09
- [PATCH 4/8] initscripts: add runsystem.sysv, Justus Winter, 2013/07/09
- [PATCH 5/8] initscripts: Disable rootcheck on Hurd, Justus Winter, 2013/07/09
- [PATCH 6/8] killall5.c: Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS., Justus Winter, 2013/07/09