<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts, branch 10.10</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/'/>
<entry>
<title>10.10</title>
<updated>2021-08-26T09:57:28+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-08-26T09:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f49342477007a5ced41f7d77151205f86fb49597'/>
<id>f49342477007a5ced41f7d77151205f86fb49597</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Translated using Weblate (Friulian) (#381)</title>
<updated>2021-07-10T15:45:37+00:00</updated>
<author>
<name>Weblate (bot)</name>
<email>hosted@weblate.org</email>
</author>
<published>2021-07-10T15:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0a03ff16377b750ea2ef417af54066fa128a2c2a'/>
<id>0a03ff16377b750ea2ef417af54066fa128a2c2a</id>
<content type='text'>
Translated using Weblate (Friulian)

Co-authored-by: Fabio Tomat &lt;f.t.public@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Translated using Weblate (Friulian)

Co-authored-by: Fabio Tomat &lt;f.t.public@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Translations update from Weblate (#378)</title>
<updated>2021-07-03T12:54:23+00:00</updated>
<author>
<name>Weblate (bot)</name>
<email>hosted@weblate.org</email>
</author>
<published>2021-07-03T12:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2a6228550a52b7483f4e571786cd559b5f69914a'/>
<id>2a6228550a52b7483f4e571786cd559b5f69914a</id>
<content type='text'>
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Swedish)

Co-authored-by: Gustavo Costa &lt;xfgusta@gmail.com&gt;
Co-authored-by: Anders Jonsson &lt;anders.jonsson@norsjovallen.se&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Swedish)

Co-authored-by: Gustavo Costa &lt;xfgusta@gmail.com&gt;
Co-authored-by: Anders Jonsson &lt;anders.jonsson@norsjovallen.se&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>added veth support</title>
<updated>2021-06-24T10:11:04+00:00</updated>
<author>
<name>Geiger</name>
<email>geigereitan@gmail.com</email>
</author>
<published>2017-03-05T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2e8de416fe609b04f2af3995890d9be8276c5e7b'/>
<id>2e8de416fe609b04f2af3995890d9be8276c5e7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: add a new PERSISTENT_DHCLIENT_IPV6 option for IPv6 dhclient daemon</title>
<updated>2021-06-24T10:07:01+00:00</updated>
<author>
<name>Zhiqiang Liu</name>
<email>liuzhiqiang26@huawei.com</email>
</author>
<published>2019-03-05T20:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a8212c1b232a902938d0e5ea6a82bd6ae52e861c'/>
<id>a8212c1b232a902938d0e5ea6a82bd6ae52e861c</id>
<content type='text'>
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 &lt;liuzhiqiang26@huawei.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;liuzhiqiang26@huawei.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ifdown removes veth pair if both peers are down</title>
<updated>2021-06-24T10:07:01+00:00</updated>
<author>
<name>Geiger</name>
<email>geigereitan@gmail.com</email>
</author>
<published>2017-03-07T15:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=81b7893dd1627c43464064e670583803aca2d5ff'/>
<id>81b7893dd1627c43464064e670583803aca2d5ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device: also support dracut-style kernel cmdline configuration</title>
<updated>2021-06-16T07:34:12+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2020-07-02T11:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=55cdbccad3f6492b1e721154a45e5884044db76d'/>
<id>55cdbccad3f6492b1e721154a45e5884044db76d</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>spec: Mark network-scripts as deprecated</title>
<updated>2021-06-03T10:51:55+00:00</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa13@gmail.com</email>
</author>
<published>2021-06-02T13:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b748244cf9905696baf1bc16e0432f85093414c2'/>
<id>b748244cf9905696baf1bc16e0432f85093414c2</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>spec: Initscripts now requires chkconfig (#374)</title>
<updated>2021-05-31T14:18:03+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-05-31T14:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2b7ec3444af79d57b69ee3a238832be222f0c3ef'/>
<id>2b7ec3444af79d57b69ee3a238832be222f0c3ef</id>
<content type='text'>
As a easy way to get full legacy system V support.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a easy way to get full legacy system V support.</pre>
</div>
</content>
</entry>
<entry>
<title>Translations update from Weblate (#371)</title>
<updated>2021-05-31T14:15:54+00:00</updated>
<author>
<name>Weblate (bot)</name>
<email>hosted@weblate.org</email>
</author>
<published>2021-05-31T14:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=56a7fe042a88c68d0b432f4785b52e9d71d8dbaa'/>
<id>56a7fe042a88c68d0b432f4785b52e9d71d8dbaa</id>
<content type='text'>
* Translated using Weblate (Spanish)

Currently translated at 88.6% (140 of 158 strings)

Co-authored-by: Emilio Herrera &lt;ehespinosa57@gmail.com&gt;
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 &lt;r45xveza@pm.me&gt;

* Translated using Weblate (Finnish)

Currently translated at 100.0% (158 of 158 strings)

Co-authored-by: Ricky Tigg &lt;ricky.tigg@gmail.com&gt;
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 &lt;simmon@nplob.com&gt;
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ko/
Translation: fedora-sysv/initscripts

Co-authored-by: Emilio Herrera &lt;ehespinosa57@gmail.com&gt;
Co-authored-by: Hela Basa &lt;r45xveza@pm.me&gt;
Co-authored-by: Ricky Tigg &lt;ricky.tigg@gmail.com&gt;
Co-authored-by: simmon &lt;simmon@nplob.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Translated using Weblate (Spanish)

Currently translated at 88.6% (140 of 158 strings)

Co-authored-by: Emilio Herrera &lt;ehespinosa57@gmail.com&gt;
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 &lt;r45xveza@pm.me&gt;

* Translated using Weblate (Finnish)

Currently translated at 100.0% (158 of 158 strings)

Co-authored-by: Ricky Tigg &lt;ricky.tigg@gmail.com&gt;
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 &lt;simmon@nplob.com&gt;
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ko/
Translation: fedora-sysv/initscripts

Co-authored-by: Emilio Herrera &lt;ehespinosa57@gmail.com&gt;
Co-authored-by: Hela Basa &lt;r45xveza@pm.me&gt;
Co-authored-by: Ricky Tigg &lt;ricky.tigg@gmail.com&gt;
Co-authored-by: simmon &lt;simmon@nplob.com&gt;</pre>
</div>
</content>
</entry>
</feed>
