aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 10.1110.11Jan Macku2021-08-271-1/+4
|
* specfile: Update obsoletes to allow upgrades (#385)Jan Macku2021-08-261-1/+1
| | | Obsoletes with initscripts < 10.10 in order to allow the initscripts-service package to be installed while upgrading from initscripts < 10.10
* 10.1010.10Jan Macku2021-08-261-1/+15
|
* Translated using Weblate (Friulian) (#381)Weblate (bot)2021-07-101-42/+73
| | | | | Translated using Weblate (Friulian) Co-authored-by: Fabio Tomat <f.t.public@gmail.com>
* Translations update from Weblate (#378)Weblate (bot)2021-07-032-38/+50
| | | | | | | * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Swedish) Co-authored-by: Gustavo Costa <xfgusta@gmail.com> Co-authored-by: Anders Jonsson <anders.jonsson@norsjovallen.se>
* added veth supportGeiger2021-06-241-0/+11
|
* ifup-eth: add a new PERSISTENT_DHCLIENT_IPV6 option for IPv6 dhclient daemonZhiqiang Liu2021-06-242-1/+10
| | | | | | | | | | | | | | | | | | | | | In 76226a34 ("ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon"), one PERSISTENT_DHCLIENT option works for both IPv4 and IPv6, so the IPv4 and IPv6 settings are consistent. However, the user settings for IPv4 and IPv6 are limited. For example, users try to adopt both IPv4 and IPv6 protocol. DHCPv6 servers may be not stable as DHCP servers, thus the expectation for obtaining IPv6 address is lower than IPv4 address. For users, IPv4 address must be obtained for the basic communication. So the PERSISTENT_DHCLIENT option is set to be "yes | 1" for IPv4 address. However, the network service may be stuck until it fails due to missing DHCPv6 servers, and the remaining devices also cannot obtain both IPv4 and IPv6 addresses. The problem is very serious for users. Here, I add a new PERSISTENT_DHCLIENT_IPV6 option only for IPv6 dhclient daemon, so users can set IPv4 and IPv6 separately. Fixes: 76226a3 ("ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon") Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
* ifdown removes veth pair if both peers are downGeiger2021-06-241-0/+6
|
* rename_device: also support dracut-style kernel cmdline configurationLukas Nykryn2021-06-161-1/+43
| | | | | | | | There are 2 cases where this might be useful. * On machines with initrd build without dracut-network, you can now still use ifname option * On older kernels where double renaming was allowed, normal system replaced the name set by initrd.
* spec: Mark network-scripts as deprecatedNeal Gompa2021-06-031-0/+6
| | | | | | | | The network-scripts package is legacy and deprecated, so nobody should depend on this! If ifcfg-style configuration is still desired, NetworkManager can do this. Thus, mark this as deprecated to ensure people know to not depend on it. Reference: https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/
* spec: Initscripts now requires chkconfig (#374)Jan Macku2021-05-311-0/+1
| | | As a easy way to get full legacy system V support.
* Translations update from Weblate (#371)Weblate (bot)2021-05-314-110/+737
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translated using Weblate (Spanish) Currently translated at 88.6% (140 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 * Added translation using Weblate (Sinhala) Co-authored-by: Hela Basa <r45xveza@pm.me> * Translated using Weblate (Finnish) 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 * Translated using Weblate (Korean) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Korean) Currently translated at 82.9% (131 of 158 strings) Co-authored-by: simmon <simmon@nplob.com> Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ko/ Translation: fedora-sysv/initscripts Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com> Co-authored-by: Hela Basa <r45xveza@pm.me> Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com> Co-authored-by: simmon <simmon@nplob.com>
* spec: Move service script into subpackageJan Macku2021-05-313-5/+40
| | | | | | | | | | This changes moves service script into initscripts-service subpackage. The subpackage could be install without main package. This change allows audit not to require initscripts and require only initscripts-service instead. Requested by: msekleta@redhat.com
* ci: Onboard initscripts to PackitJan Macku2021-04-221-0/+13
|
* ci: Migrate from Travis to GH ActionsJan Macku2021-03-118-43/+63
| | | | | | | There are two workflows, integration_test and shellcheck_test. Those are similar to original travis jobs. Co-authored-by: Frantisek Sumsal <frantisek@sumsal.cz>
* 10.0910.09Jan Macku2021-02-151-1/+5
|
* doc: Document ARPING_WAIT and ARPING_UPDATE_WAITJan Macku2021-02-121-0/+10
|
* network scripts: Avoid infinite loop of arpingJan Macku2021-02-122-4/+5
| | | | | | | | | Introduced in the bonding driver (commit ae46f184bc1f) now reports transmission failures. Before that, it silently dropped the packet and replied with success error code. The arping of iputils retries endlessly when a transmission error occurs. This patch fix this behavior.
* 10.0810.08Jan Macku2021-02-041-1/+5
|
* network: fix condition in set_link_up()Jan Macku2021-02-041-2/+5
|
* spec: sync with FedoraJan Macku2021-01-221-0/+1
| | | | | Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
* 10.0710.07Jan Macku2021-01-221-1/+11
|
* Revert "remove rename_device_lock when process does not exist"Jan Macku2021-01-211-13/+1
| | | This reverts commit dbff71b664c7536d09dc3172259d8984005b60fa.
* doc: Fix "Duplicated string found in the file."Jan Macku2021-01-201-2/+2
|
* Merge remote-tracking branch 'weblate/master'Jan Macku2021-01-207-194/+280
|\
| * Translated using Weblate (Finnish)Jan Kuparinen2021-01-131-42/+55
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fi/
| * Translated using Weblate (Friulian)Fabio Tomat2020-09-271-57/+85
| | | | | | | | | | | | | | Currently translated at 65.1% (103 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fur/
| * Translated using Weblate (Italian)Fabio Tomat2020-09-271-4/+5
| | | | | | | | | | | | | | Currently translated at 69.6% (110 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/it/
| * Translated using Weblate (Friulian)Fabio Tomat2020-09-171-21/+46
| | | | | | | | | | | | | | Currently translated at 20.8% (33 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fur/
| * Translated using Weblate (Czech)Daniel Rusek2020-09-011-22/+13
| | | | | | | | | | | | | | Currently translated at 90.5% (143 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/cs/
| * Translated using Weblate (Swedish)Göran Uddeborg2020-08-301-28/+41
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/sv/
| * Translated using Weblate (Hungarian)Balázs Meskó2020-07-211-9/+19
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/hu/
| * Translated using Weblate (Croatian)Milo Ivir2020-07-151-9/+15
| | | | | | | | | | | | | | Currently translated at 83.5% (132 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/hr/
| * Translated using Weblate (Italian)Enrico Bella2020-07-101-7/+9
| | | | | | | | | | | | | | Currently translated at 69.6% (110 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/it/
| * Translated using Weblate (Chinese (Simplified))Charles Lee2020-07-101-73/+67
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/zh_CN/
| * Translated using Weblate (Croatian)Milo Ivir2020-07-101-61/+42
| | | | | | | | | | | | | | Currently translated at 77.8% (123 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/hr/
| * Translated using Weblate (Portuguese)Anonymous2020-07-101-3/+4
| | | | | | | | | | | | | | Currently translated at 70.8% (112 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/pt/
| * Translated using Weblate (Portuguese)Manuela Silva2020-07-101-11/+11
| | | | | | | | | | | | | | Currently translated at 70.8% (112 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/pt/
| * Translated using Weblate (Danish)scootergrisen2020-07-101-4/+4
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/da/
| * Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2020-07-102-42/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 91.7% (145 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/nb_NO/ Translated using Weblate (Danish) Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/da/
| * Translated using Weblate (Hungarian)Balázs Meskó2020-07-101-27/+32
| | | | | | | | | | | | | | Currently translated at 96.8% (153 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/hu/
| * Translated using Weblate (Danish)scootergrisen2020-07-101-36/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/da/ Translated using Weblate (Danish) Currently translated at 87.9% (139 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/da/
| * Translated using Weblate (French)Julien Humbert2020-07-101-20/+38
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fr/
| * Translated using Weblate (Ukrainian)Yuri Chornoivan2020-07-101-25/+39
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/uk/
| * Translated using Weblate (Dutch)Geert Warrink2020-07-101-32/+43
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/nl/
| * Translated using Weblate (Polish)Piotr Drąg2020-07-101-25/+42
| | | | | | | | | | | | | | Currently translated at 100.0% (158 of 158 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/pl/
| * Translated using Weblate (Turkish)Oğuz Ersen2020-07-101-44/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/ Translated using Weblate (Turkish) Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/ Translated using Weblate (Turkish) Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/ Translated using Weblate (Turkish) Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/ Translated using Weblate (Turkish) Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/ Translated using Weblate (Turkish) Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/
| * Update translation filesAnonymous2020-07-1061-30222/+34352
| | | | | | | | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/
| * Translated using Weblate (Ukrainian)Yuri Chornoivan2020-07-101-14/+15
| | | | | | | | | | | | | | Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/uk/
| * Translated using Weblate (Turkish)Oğuz Ersen2020-07-101-31/+45
| | | | | | | | | | | | | | Currently translated at 100.0% (149 of 149 strings) Translation: fedora-sysv/initscripts Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/tr/