diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-28 16:16:37 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-28 16:16:37 +0200 |
commit | 330e9bb800835cb590cee244469414af2e08e020 (patch) | |
tree | 826dedc3f1b823a9e2ccac281d6e1db750898faa | |
parent | 576d837c56047a3e8631892e9ac78cc45a331c26 (diff) | |
download | initscripts-330e9bb800835cb590cee244469414af2e08e020.tar initscripts-330e9bb800835cb590cee244469414af2e08e020.tar.gz initscripts-330e9bb800835cb590cee244469414af2e08e020.tar.bz2 initscripts-330e9bb800835cb590cee244469414af2e08e020.tar.xz initscripts-330e9bb800835cb590cee244469414af2e08e020.zip |
README.Mageia.md: upstream awk->tr change is not an issue
-rw-r--r-- | README.Mageia.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Mageia.md b/README.Mageia.md index 65a1bb02..2f8a3c15 100644 --- a/README.Mageia.md +++ b/README.Mageia.md @@ -25,7 +25,7 @@ The repository does not contain full history (although that was an original inte - [ ] Commit 59928ce72da10f1c45a0aa08c9dd3a439fdd74a0 cleaned up the lang.{csh,sh} files before removing them. These cleanups need to be investigated. Also need to check any possible changes made in setup package - [x] Check if our customizations rely on the (removed) shvar program: Nope, see comment in next section - [ ] Upstream implemented alternatives system for ifup and ifdown. Need to align with NetworkManager. -- [ ] Upstream switched from using awk to using tr in commit beeec3c4050e2986f514725c92d1cb1d65005926. Check if our scripts rely on that. +- [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. ### Stuff upstream removed |