aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2020-07-30 15:35:13 +0200
committerOlav Vitters <olav@vitters.nl>2020-07-30 15:35:13 +0200
commit817ca842f086f7290f183720539834263c2f1afe (patch)
treef838bb52fe8fcc151129472bfa9349b74d57216d
parenta3b20fb63e9da5460367955d9ce81ef5b096c80b (diff)
downloadinitscripts-817ca842f086f7290f183720539834263c2f1afe.tar
initscripts-817ca842f086f7290f183720539834263c2f1afe.tar.gz
initscripts-817ca842f086f7290f183720539834263c2f1afe.tar.bz2
initscripts-817ca842f086f7290f183720539834263c2f1afe.tar.xz
initscripts-817ca842f086f7290f183720539834263c2f1afe.zip
README.Mageia.md: move some items to new low priority section
-rw-r--r--README.Mageia.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.Mageia.md b/README.Mageia.md
index bd1112f9..d5f84b86 100644
--- a/README.Mageia.md
+++ b/README.Mageia.md
@@ -14,11 +14,8 @@ The repository does not contain full history (although that was an original inte
### Known todo list (issues)
-- [ ] Use gprintify.py from spec-helper. This fork carries an outdated slightly modified copy of gprintify.py. The current version of gprintify has been ported to Perl and can be found in spec-helper. The modifications to gprintify.py seem to be based off b83c14a5a82de64992144f24d819b8421cc417cf in spec-helper.
- [ ] Reduce divergence of mandrake/po/Makefile and upstreams po/Makefile. The mandrake/po/Makefile seems to be based of the po/Makefile from commit 5a6dbf7d3da8e5bdda3facb7c8aff2d2b9566ee6 (upstream initscripts).
-- [ ] Rename mandrake directory to mageia
- [x] Remove usage of /etc/locale; no need as systemd already ensures /usr is available
-- [ ] Figure out if upstream commit 4e2400798397ae2567a8cfd824c14ccd41983b08 solved one of our Mageia customizations (grep for "We need to wait for duplicate address detection to complete before running dhclient -6")
- [ ] Upstreams service script had a lot of fixes. Our version deviates heavily. The fixes need to be investigated. Possibly be closer to upstream
- [ ] Upstream gives a deprecation notice for the network scripts. Need to raise with dev mailing list
- [ ] Investigate moving some of our things to /usr/libexec, similar to: netconsole, import-state, loadmodules, readonly-root
@@ -27,9 +24,13 @@ The repository does not contain full history (although that was an original inte
- [ ] Upstream implemented alternatives system for ifup and ifdown. Need to align with NetworkManager.
- [x] Upstream switched from using awk to using tr in commit beeec3c4050e2986f514725c92d1cb1d65005926. Check if our scripts rely on that. Finding: this was only changed in a few lines. It still heavily relies on awk. No similar changes needed for our bits.
+Low priority:
+- [ ] Use gprintify.py from spec-helper. This fork carries an outdated slightly modified copy of gprintify.py. The current version of gprintify has been ported to Perl and can be found in spec-helper. The modifications to gprintify.py seem to be based off b83c14a5a82de64992144f24d819b8421cc417cf in spec-helper.
+- [ ] Figure out if upstream commit 4e2400798397ae2567a8cfd824c14ccd41983b08 solved one of our Mageia customizations (grep for "We need to wait for duplicate address detection to complete before running dhclient -6")
+- [ ] Rename mandrake directory to mageia
+
### Stuff upstream removed
-- [ ] /etc/rc.d/rc.local (for local changes by a sysadmin): systemd has a reference to this; but probably no need to have it as ghost in initscripts
- [ ] cgroup support (use systemd!)
- [ ] /etc/rwtab.d & /etc/statetab.d (empty) folders to 'filesystem' package: Moved as per filesystem-2.1.9-34. Cannot upload, asked sysadmins to fix.
- [x] nis-domainname.service moved to the hostname package (https://src.fedoraproject.org/rpms/hostname/pull-request/1): As this was a different name, moved this in hostname-3.23-2
@@ -42,6 +43,9 @@ The repository does not contain full history (although that was an original inte
- [x] sys-unconfig was removed. It was a shell script to reconfigure the system upon next boot: Probably never used.
- [x] etc/adjtime and /etc/sysconfig/clock moved into 'util-linux' package: /etc/adjtime moved. /etc/sysconfig/clock was just the documentation; file has not been in use. /etc/sysconfig/clock usage found in drakx-net, drakx, filed bug 27012
+Low priority:
+- [ ] /etc/rc.d/rc.local (for local changes by a sysadmin): systemd has a reference to this; but probably no need to have it as ghost in initscripts
+
### Stuff deprecrated
- [ ] consoletype: affects our lang.{csh,sh} forks