diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-06-12 15:07:42 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-06-12 16:12:26 +0200 |
commit | 5760683937cba1c5620d5dc136f6cde7674ef772 (patch) | |
tree | ca7b2d53ae5972abf10842a626470c034d231bb1 | |
parent | cf3ff3501ac0eeb151d9e15e50a9c12edce1b4f4 (diff) | |
download | initscripts-5760683937cba1c5620d5dc136f6cde7674ef772.tar initscripts-5760683937cba1c5620d5dc136f6cde7674ef772.tar.gz initscripts-5760683937cba1c5620d5dc136f6cde7674ef772.tar.bz2 initscripts-5760683937cba1c5620d5dc136f6cde7674ef772.tar.xz initscripts-5760683937cba1c5620d5dc136f6cde7674ef772.zip |
README.dm: future of initscripts described
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -26,6 +26,21 @@ For the *[RPM](https://en.wikipedia.org/wiki/Rpm_(software))* based distribution we also provide a [`specfile`](https://github.com/fedora-sysv/initscripts/blob/master/initscripts.spec) for easier packaging. +## Future of initscripts +As mentioned above, the *initscripts concept* is outdated nowadays, and de-facto +obsolete. Most of the work on this repository is just a maintenance, and we do +**not** plan on extending the support for initscripts in the future in any way. + +We intend to convert the rest of the remaining services into *systemd* units, +and remove them eventually if possible. + +And we have also started our work on decomissioning of +[`network-scripts`](https://github.com/fedora-sysv/initscripts/tree/master/network-scripts) +as well. This means no new functionality will be added into them. In case you +need some you should ask for it to be implemented +in *[NetworkManager](https://en.wikipedia.org/wiki/NetworkManager)*, if it isn't +already. + ## No longer active branches Follow the steps in our wiki - [how to access inactive branches](https://github.com/fedora-sysv/initscripts/wiki/How-to-access-inactive-branches) - |