<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts, branch 10.00.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.00.10</title>
<updated>2020-11-06T08:07:07+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-11-06T08:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=3f6fff0863f64ac0b9304bd4ac7b4c830f11219e'/>
<id>3f6fff0863f64ac0b9304bd4ac7b4c830f11219e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow updating rfkill switch status while in readonly root mode</title>
<updated>2020-11-06T07:45:00+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-11-06T07:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8a329b3f5feb063f8da0bc1ba880396d1eda9b58'/>
<id>8a329b3f5feb063f8da0bc1ba880396d1eda9b58</id>
<content type='text'>
Adding rfkill switch status into rwtab.

Resolves: #1878874

(cherry picked from commit 537a39f10173d34cd9a2cf75e42225bb339c318e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding rfkill switch status into rwtab.

Resolves: #1878874

(cherry picked from commit 537a39f10173d34cd9a2cf75e42225bb339c318e)
</pre>
</div>
</content>
</entry>
<entry>
<title>service: Prevent variables from globbing</title>
<updated>2020-11-06T07:15:25+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-11-06T07:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=995ed8ce4c203c15f778df38423ee5c5f4b9bf13'/>
<id>995ed8ce4c203c15f778df38423ee5c5f4b9bf13</id>
<content type='text'>
Resolves: rhbz #1894855</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: rhbz #1894855</pre>
</div>
</content>
</entry>
<entry>
<title>Allow updating mlocate.db while in readonly root mode</title>
<updated>2020-11-06T07:06:56+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-11-06T07:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8f0cf7d7d872709bbdcdb92d68dc423a64263ffc'/>
<id>8f0cf7d7d872709bbdcdb92d68dc423a64263ffc</id>
<content type='text'>
Fixes issue when updatedb does not have the ability to update the mlocate.db

Resolves: #1880277

(cherry picked from commit 94aafd1d4fce89f19726dfb1b331198ce7bfd9e9)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue when updatedb does not have the ability to update the mlocate.db

Resolves: #1880277

(cherry picked from commit 94aafd1d4fce89f19726dfb1b331198ce7bfd9e9)</pre>
</div>
</content>
</entry>
<entry>
<title>10.00.9</title>
<updated>2020-07-24T12:00:38+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-07-24T12:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=05fd4a8ab078e078acd2a92b6df4b8a45509c48e'/>
<id>05fd4a8ab078e078acd2a92b6df4b8a45509c48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional 'dev' keyword</title>
<updated>2020-07-24T11:46:14+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-07-24T11:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d137d6097a43687f98c642f172c48b94652ba067'/>
<id>d137d6097a43687f98c642f172c48b94652ba067</id>
<content type='text'>
Fix the problem when the device name could be interpreted as an iproute2 keyword.
For example, for a bridge slave named "a" the iproute2 would treat
the name as a prefix of keyword "address" and the network-scripts
would fail to set the bridge master.

Resolves: rhbz #1859785

(cherry picked from commit 100ed46b483b50059b3be796bafaf7b8f2b99220)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the problem when the device name could be interpreted as an iproute2 keyword.
For example, for a bridge slave named "a" the iproute2 would treat
the name as a prefix of keyword "address" and the network-scripts
would fail to set the bridge master.

Resolves: rhbz #1859785

(cherry picked from commit 100ed46b483b50059b3be796bafaf7b8f2b99220)</pre>
</div>
</content>
</entry>
<entry>
<title>10.00.8</title>
<updated>2020-06-16T07:30:35+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-06-16T07:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0adee81ab33b5fc10a2e8ec893a7188d66bea6ef'/>
<id>0adee81ab33b5fc10a2e8ec893a7188d66bea6ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rwtab: Add support for chrony</title>
<updated>2020-06-16T07:23:17+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-06-16T07:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a4a0b91b800d5ec5ba9310e2a4a88627bea777cd'/>
<id>a4a0b91b800d5ec5ba9310e2a4a88627bea777cd</id>
<content type='text'>
Chrony isn't able to write into its files while stateless mode is
active. This patch should avoid this issue.

Resolves: #1839003</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chrony isn't able to write into its files while stateless mode is
active. This patch should avoid this issue.

Resolves: #1839003</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: Switch to bc utility, which supports floating point computations.</title>
<updated>2020-06-16T07:22:43+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-06-16T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c7560969dd8540fb1ee76b494d5e744ad15c5a3e'/>
<id>c7560969dd8540fb1ee76b494d5e744ad15c5a3e</id>
<content type='text'>
backport of: 0be5319
Resolves:    #1826637</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backport of: 0be5319
Resolves:    #1826637</pre>
</div>
</content>
</entry>
<entry>
<title>Replace grep -EL with subshell since -L changed behaviour</title>
<updated>2020-06-16T07:21:48+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-06-16T07:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f36c6214a1c0591a1aa7a4f45e3ede305ad0c555'/>
<id>f36c6214a1c0591a1aa7a4f45e3ede305ad0c555</id>
<content type='text'>
Option -L is not supported in grep 3.2+
Related to #rhbz1824324

-----------

Sugested by @lnykryn
Related to issue #300

(cherry picked from commit 04bb81ecfef80477a6bfa5b7598f27f5ad53f86e)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option -L is not supported in grep 3.2+
Related to #rhbz1824324

-----------

Sugested by @lnykryn
Related to issue #300

(cherry picked from commit 04bb81ecfef80477a6bfa5b7598f27f5ad53f86e)</pre>
</div>
</content>
</entry>
</feed>
