Changelog for
sysvinit-tools-3.00-2.2.x86_64.rpm :
* Sat May 07 2022 Marcus Meissner
- switch to https source urls
* Tue Sep 21 2021 Dr. Werner Fink - Update to sysvinit 3.00:
* Better device detection of bootlogd
* Wed Mar 31 2021 Dr. Werner Fink - (re)add also support for SLE-15-SP3
* Mon Feb 22 2021 Dr. Werner Fink - Update to sysvinit 2.99:
* Mostly typo and just better documentation and easier to read code comments
* Wed Nov 25 2020 Ludwig Nussel - prepare usrmerge (boo#1029961)
* Tue Nov 17 2020 Dr. Werner Fink - Update to sysvinit 2.98:
* Fixed time parsing in shutdown when there is a + in front of a 0 time offset. Commands with a postiive time offset (+1) would work but +0 fails. This has been corrected by Arkadiusz Miskiewicz.
* Wed Aug 26 2020 Dominique Leuenberger - Drop /bin/pidof and /sbin/pidof, including corresponding man page: let\'s switch to pidof as provided by procps-ng.
* Tue Aug 25 2020 Dominique Leuenberger - Update to sysvinit 2.97:
* Check $(ROOT) filesystem for libcrypt instead of a hardcoded path to /usr.
* Code clean-up and making sure we avoid freeing unused memory.
* Added shell script which converts systemd unit files into init.d style scripts.
* Allow init to load configuration data from files stored in /etc/inittab.d/
* Allow shutdown time to be specified in the format +hh:mm. This is in addition to the existing formats such as hh:mm, +m, and \"now\".
* Fixed typos in manual pages.- Update startpar to 0.65: + Make sure startpar testsuite can find insserv executable in /usr/sbin or /sbin. + Added PREFIX variable to Makefile and testsuite to make location of startpar and insserv more flexible.- Rebase sysvinit-2.90.dif.- Drop SCVER defines: not used in any place.- Drop startpar-sysmacros.patch: fixed upstream.
* Wed Sep 18 2019 Dr. Werner Fink - Update to sysvinit 2.96
* Added -z command line paramter to pidof which tells pidof to try to find processes in uninterruptable (D) or zombie (Z) states. This can cause pidof to hang, but produces a more complete process list.
* Reformatted init code to make if/while logic more clear.
* Make sure src/Makefile cleans up all executable files when parent Makefile calls \"make clean\".
* Thu Aug 29 2019 Dr. Werner Fink - Update to killproc 2.23
* killproc has its upstream at https://github.com/bitstreamout/killproc
* Use new system call statx(2) to replace old stat(2)/lstat(2)- Remove patches now upstream:
* killproc-2.18-open_flags.dif
* killproc-2.21.dif
* killproc-sysmacros.patch
* killproc-mntinf-optional.patch
* Fri Jun 21 2019 Dr. Werner Fink - Remove logsave as well as the manual page as those as part of package e2fsprogs already
* Mon Jun 17 2019 Dr. Werner Fink - Update to sysvinit 2.95
* new logsave helper- Update to startpar-0.63
* move startpar from /sbin to /bin- Port our patches
* startpar-0.58.dif
* sysvinit-2.88dsf-suse.patch
* sysvinit-2.90-no-kill.patch
* sysvinit-2.90.dif
* Tue Apr 09 2019 Dr. Werner Fink - Add patch killproc-mntinf-optional.patch to handle various optional fields of /proc//mountinfo on the entry/ies before the hypen (bsc#1131982)
* Mon Aug 06 2018 wernerAATTsuse.de- Update to sysvinit 2.90- Remove now upstream patches
* sysvinit-2.88+dsf-dostat.patch
* sysvinit-2.88+dsf-sulogin.diff
* sysvinit-2.88+dsf.tar.bz2
* sysvinit-2.88dsf-scripts2.patch- Port our patches sysvinit-2.88dsf-no-kill.patch becomes sysvinit-2.90-no-kill.patch sysvinit-2.88+dsf.dif becomes sysvinit-2.90.dif
* Wed Aug 01 2018 schwabAATTsuse.de- killproc-sysmacros.patch, startpar-sysmacros.patch: Include for makedev
* Thu May 24 2018 kukukAATTsuse.de- Use %license instead of %doc [bsc#1082318]