| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Symlink /etc/init.d -> rc.d/init.d is provided by initscripts package.
|
| |
|
|
|
|
| |
It should now work out of box
|
| |
|
| |
|
|
|
| |
Signed-off-by: Jan Macku <null>
|
|
|
|
|
|
|
|
| |
Currently translated at 37.3% (59 of 158 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ka/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
| |
Currently translated at 32.2% (51 of 158 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ka/
Translation: fedora-sysv/initscripts
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 63.2% (100 of 158 strings)
Co-authored-by: H A <contact+fedora@hen.ee>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/et/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 31.0% (49 of 158 strings)
Translated using Weblate (Georgian)
Currently translated at 27.2% (43 of 158 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ka/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
| |
Currently translated at 23.4% (37 of 158 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ka/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (158 of 158 strings)
Translated using Weblate (Czech)
Currently translated at 92.4% (146 of 158 strings)
Co-authored-by: Jan Macku <jamacku@redhat.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/cs/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since initscripts requires these packages anyway, the obsoletes
aren't necessary. They're only useful if you split off a new
subpackage and *don't* have the main package require it, but
you still want it to be installed on updates. In this case,
initscripts requires both initscripts-rename-device and
initscripts-service, so there's no need for them to obsolete
older versions of it.
The initscripts-rename-device obsoletes was somehow messing up
live image creation during the openQA update test (caused the
live image not to include initscripts at all). This fixes that.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
(cherry picked from commit 4e39c08825a55107a6accf7ad7b4d82ddd30e9ec)
|
| |
|
|
|
|
| |
It allows to rename_device to be installed independently on initscripts.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
How to reproduce:
```sh
(. /etc/sysconfig/network-scripts/network-functions; is_nm_running && echo "yes")
```
Resolves: #1832897
Co-authored-by: Till Maas <opensource@till.name>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (158 of 158 strings)
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fi/
Translation: fedora-sysv/initscripts
|
| |
|
|
|
| |
Signed-off-by: Jan Macku <null>
|
| |
|
|
|
|
|
|
| |
Quotes were introduced in a71dcfd392cc1022c255208fdd94a0fc6c13ceb0
Resolves: #2044189
|
|
|
|
|
|
| |
Since other types might fail due to `replace` to be undefined.
Related: #2034799
|
|
|
| |
Signed-off-by: Jan Macku <null>
|
|
|
|
| |
Fixes: #405
|
| |
|
|
|
|
| |
Follow-up to #401
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This should resolve the scenario when the link is brought
up prior to disabling accept_ra.
This only happens when both IPv4 and IPv6 address is on
the interface, because network-scripts does IPv4 first
and brings up the interface.
Then it does IPv6 which disables the RA's, at that point
the node has already learned the route from RA and setting
a default route fails.
Using `ip route replace` we ensure if the above scenario
happens we end-up with the correct default ipv6 route.
Huge thanks to Harald who debugged this issue and prepared a patch!
Related: #2034799
Co-authored-by: hjensas <hjensas@redhat.com>
|
|
|
|
|
|
|
|
| |
Currently translated at 89.2% (141 of 158 strings)
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/de/
Translation: fedora-sysv/initscripts
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Busybox's shell does not support c-style for-loop, use seq method to fix it.
Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
|
|
|
|
|
|
| |
Busybox's shell does not support "<<<", fix it by using pipe.
Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
|
|
|
|
|
|
| |
Some shell(like busybox's) do not support "+=" for string concatenation.
Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 87.3% (138 of 158 strings)
Co-authored-by: Didik Supriadi <didiksupriadi41@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/id/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
| |
Currently translated at 94.3% (149 of 158 strings)
Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/es/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 90.5% (143 of 158 strings)
spec: Replace not working awk command with sed (#382)
Sed command get version number from spec file and increment last
number by one. Work like old awk command was intended to work.
Source: https://stackoverflow.com/questions/14348432/how-to-find-replace-and-increment-a-matched-number-with-sed-awk/14348899
(cherry picked from commit bfda3cc2acdea827909e6c89bda5bbb5140cda6c)
Co-authored-by: Jan Macku <jamacku@redhat.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/cs/
Translation: fedora-sysv/initscripts
|
| |
|
|
|
|
| |
Add strong relation between initscripts and initscripts-service.
Also update Obsoletes of initscripts package.
|