aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 10.17HEAD10.17masterJan Macku2022-08-241-2/+19
|
* service: Exit when `/etc/init.d` is missingJan Macku2022-08-231-1/+5
| | | | Symlink /etc/init.d -> rc.d/init.d is provided by initscripts package.
* ci: Update workflows to run on main branchJan Macku2022-08-222-7/+5
|
* ci: remove differential-shellcheck configsJan Macku2022-08-222-42/+0
| | | | It should now work out of box
* doc: Use main branch in linksJan Macku2022-08-221-7/+7
|
* dependabot: Monthly updatesJan Macku2022-08-221-1/+1
|
* ci(Mergify): configuration updateJan Macku2022-08-221-3/+3
| | | Signed-off-by: Jan Macku <null>
* Translated using Weblate (Georgian)Temuri Doghonadze2022-07-141-9/+9
| | | | | | | | 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
* Translated using Weblate (Georgian)Temuri Doghonadze2022-06-281-5/+3
| | | | | | | | 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
* ci: Update `packit.yml`Jan Macku2022-06-221-12/+7
|
* ci: Update Github workflows & add DependabotJan Macku2022-06-224-15/+20
|
* Translated using Weblate (Estonian)H A2022-06-201-9/+10
| | | | | | | | 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
* Translated using Weblate (Georgian)Temuri Doghonadze2022-06-201-16/+12
| | | | | | | | | | | | 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
* Translated using Weblate (Georgian)Temuri Doghonadze2022-04-201-34/+37
| | | | | | | | 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
* Translated using Weblate (Czech)Jan Macku2022-03-101-6/+24
| | | | | | | | | | | | 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
* Drop unnecessary obsoletesAdam Williamson2022-02-241-6/+5
| | | | | | | | | | | | | | | | | 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)
* 10.1610.16Jan Macku2022-02-231-1/+4
|
* spec: Move rename_device to subpackage `initscripts-rename-device`Jan Macku2022-02-231-3/+21
| | | | It allows to rename_device to be installed independently on initscripts.
* 10.1510.15Jan Macku2022-02-151-1/+9
|
* spec: network-scripts needs to depend on dbus-tools for NetworkManager detectionJan Macku2022-02-141-0/+1
| | | | | | | | | | | 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>
* packit: Run copr builds on release as wellJan Macku2022-02-071-7/+15
|
* ci: Update `.packit.yml` to run on `c8s` `c9s` and `rawhide`Jan Macku2022-02-021-3/+3
|
* Translated using Weblate (Finnish)Ricky Tigg2022-02-021-4/+4
| | | | | | | | 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
* ci: Use Differential ShellCheck actionJan Macku2022-02-016-247/+13
|
* ci(Mergify): configuration updateJan Macku2022-01-251-3/+2
| | | Signed-off-by: Jan Macku <null>
* 10.1410.14Jan Macku2022-01-241-1/+7
|
* ifup-routes: Revert quotesJan Macku2022-01-241-4/+4
| | | | | | Quotes were introduced in a71dcfd392cc1022c255208fdd94a0fc6c13ceb0 Resolves: #2044189
* ifup-routes: Use `ip replace` only on type `route`Jan Macku2022-01-211-4/+6
| | | | | | Since other types might fail due to `replace` to be undefined. Related: #2034799
* ci(Mergify): configuration updateJan Macku2022-01-201-0/+128
| | | Signed-off-by: Jan Macku <null>
* ci: remove testing branch from `shellcheck_test.yml`Jan Macku2022-01-191-1/+0
| | | | Fixes: #405
* 10.1310.13Jan Macku2022-01-131-1/+20
|
* ifup-routes: Log when using `ip $type replace`Jan Macku2022-01-121-2/+12
| | | | Follow-up to #401
* ifup-routes: Use `ip route repace` to avoid raceJan Macku2022-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* Translated using Weblate (German)Ettore Atalan2021-11-191-12/+10
| | | | | | | | 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
* Add LGTM badges to READMEJan Macku2021-11-161-1/+3
|
* ci: set default merge method to rebaseJan Macku2021-11-021-1/+2
|
* ci: disable comments under opened PR in order to fix CIJan Macku2021-11-021-14/+16
|
* network scripts: do not use c-style for-loophanzongcheng2021-11-021-2/+2
| | | | | | Busybox's shell does not support c-style for-loop, use seq method to fix it. Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
* network scripts: replace "<<<" with pipehanzongcheng2021-11-022-4/+4
| | | | | | Busybox's shell does not support "<<<", fix it by using pipe. Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
* rc.d/functions: do not use "+=" to concatenate stringhanzongcheng2021-11-021-1/+1
| | | | | | Some shell(like busybox's) do not support "+=" for string concatenation. Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
* ci: Use default github-token (#395)Jan Macku2021-09-301-1/+0
|
* ci(Mergify): configuration update (#394)Jan Macku2021-09-292-1/+20
|
* ci: Output shellcheck results using PR comments (#393)Jan Macku2021-09-293-12/+53
|
* ci: Update path to csdiff repository (#391)Jan Macku2021-09-141-1/+1
|
* spec: Fix issue with $NEXT_VERSION (#390)Jan Macku2021-09-141-1/+7
|
* Translated using Weblate (Indonesian)Didik Supriadi2021-09-131-6/+8
| | | | | | | | 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
* Translated using Weblate (Spanish)Emilio Herrera2021-09-131-8/+16
| | | | | | | | 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
* Translated using Weblate (Czech)Jan Macku2021-09-132-4/+7
| | | | | | | | | | | | | | | | 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
* 10.1210.12Jan Macku2021-09-031-1/+4
|
* spec: Update relation between initscripts and initscripts-service (#386)Jan Macku2021-09-011-2/+2
| | | | Add strong relation between initscripts and initscripts-service. Also update Obsoletes of initscripts package.