Commit Graph

4 Commits

Author SHA1 Message Date
041ccd7f4d sysvinit: update to 2.89
the only intrusive change in this new sysvinit release is the move
of the control FIFO from /dev/initctl (version 2.88) to /run/initctl
(version 2.89). After update it's not possible to talk to the running
init daemon.
Adding a sysmlink between the two locations doesn't work, because the
symlink would overwrite the real FIFO at /run/initctl upon another
install of 2.89.

The best way to solve this issue is to restart the system after update
by running

  /etc/rc.shutdown
2018-03-29 13:46:40 +02:00
4482ab887f [notify] sysvinit: update to 2.88
To avoid an unclean unmount of "/" on next shutdown, reload
the init process as root after the sysvinit-update:

  /sbin/telinit U
2010-09-14 20:58:06 +02:00
Tilman Sauerbeck
cdaa387d44 sysvinit: use execle() instead of execl().
The caller wants to set the environment, so we need to use execle().
2010-07-23 17:05:57 +02:00
Johannes Winkelmann
e3afe2298e create branch for 2.2 2006-02-23 15:26:10 +00:00