<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts, branch 10.01</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.01</title>
<updated>2018-08-06T11:06:05+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-08-06T11:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8c9e2d170ad4d86feb593cfccd3d58f450d3c085'/>
<id>8c9e2d170ad4d86feb593cfccd3d58f450d3c085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network/ifup/ifdown: deprecations warnings redirected to stderr</title>
<updated>2018-08-06T10:41:13+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-08-06T09:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e92401ef4c2d317601f6280d654cd2b7b297e8b7'/>
<id>e92401ef4c2d317601f6280d654cd2b7b297e8b7</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: use 'bc' instead of 'expr' when computing $forward_delay</title>
<updated>2018-08-03T10:57:38+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-07-30T12:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=27724e4df026baa6def7d44ed08f4b8a7c1fdec7'/>
<id>27724e4df026baa6def7d44ed08f4b8a7c1fdec7</id>
<content type='text'>
  Because the return value of 'convert2sec()' function can sometimes be
  decimal, the follow up 'expr' call can fail, since 'expr' does not
  support floating point calculations. This can sometimes lead to error:

  """
  expr: non-integer argument
  /etc/sysconfig/network-scripts/ifup-eth: line 91: [: 0: unary operator
  expected
  """

  To solve this bug, we switch to 'bc' utility, which supports floating
  point computations. We also have to change the comparison condition of
  $LINKDELAY and $forward_delay to use 'bc' as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Because the return value of 'convert2sec()' function can sometimes be
  decimal, the follow up 'expr' call can fail, since 'expr' does not
  support floating point calculations. This can sometimes lead to error:

  """
  expr: non-integer argument
  /etc/sysconfig/network-scripts/ifup-eth: line 91: [: 0: unary operator
  expected
  """

  To solve this bug, we switch to 'bc' utility, which supports floating
  point computations. We also have to change the comparison condition of
  $LINKDELAY and $forward_delay to use 'bc' as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>network/ifup/ifdown: deprecation warnings for 'network-scripts' added</title>
<updated>2018-08-02T11:31:01+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-08-01T15:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=de16adb62bfc62cdfb2fce185d83bfe157c41803'/>
<id>de16adb62bfc62cdfb2fce185d83bfe157c41803</id>
<content type='text'>
  In case of 'network' service these warnings are displayed only once,
  to not spam unnecessarily user's journalctl if they have many NICs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  In case of 'network' service these warnings are displayed only once,
  to not spam unnecessarily user's journalctl if they have many NICs.
</pre>
</div>
</content>
</entry>
<entry>
<title>network: parsing of /proc/mounts returned</title>
<updated>2018-07-24T14:24:00+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-07-24T13:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=765c1737b3e3e4ca38f0140bcfadc3f2c11a7413'/>
<id>765c1737b3e3e4ca38f0140bcfadc3f2c11a7413</id>
<content type='text'>
  This partially reverts the commit 15eaf7ece, because systemd's
  generated unit files might have incorrect dependencies at some
  circumstances, thus causing diskless nfs-clients to hang while
  unmounting root filesystem after '$ service network stop'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This partially reverts the commit 15eaf7ece, because systemd's
  generated unit files might have incorrect dependencies at some
  circumstances, thus causing diskless nfs-clients to hang while
  unmounting root filesystem after '$ service network stop'.
</pre>
</div>
</content>
</entry>
<entry>
<title>10.00</title>
<updated>2018-06-21T14:30:33+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-21T14:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=3c3fe4a4d1b2a1113ed302df3ac9866ded51b01b'/>
<id>3c3fe4a4d1b2a1113ed302df3ac9866ded51b01b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the /etc/rwtab.d &amp; /etc/statetab.d folders to 'filesystem'</title>
<updated>2018-06-21T14:02:51+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-19T14:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2d4fa2c2aa124683d506a202f2e5764934c61cbd'/>
<id>2d4fa2c2aa124683d506a202f2e5764934c61cbd</id>
<content type='text'>
  This will allow services to install drop-in files into these folders
  for the 'readonly-root' service, but that service won't have to be
  installed by default as a result...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This will allow services to install drop-in files into these folders
  for the 'readonly-root' service, but that service won't have to be
  installed by default as a result...
</pre>
</div>
</content>
</entry>
<entry>
<title>specfile: fix failing build because of incorrect use of %{_isa}</title>
<updated>2018-06-15T10:31:21+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-15T10:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a73d2237eda3a7b551067370fadf9fe7ab63ab99'/>
<id>a73d2237eda3a7b551067370fadf9fe7ab63ab99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>9.83</title>
<updated>2018-06-14T14:30:39+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-14T14:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=388c982b268aee8bba6030b1f52782347a5291f1'/>
<id>388c982b268aee8bba6030b1f52782347a5291f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: Add previously dropped error checking</title>
<updated>2018-06-14T14:27:36+00:00</updated>
<author>
<name>Phil Sutter</name>
<email>psutter@redhat.com</email>
</author>
<published>2018-06-12T11:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=88b3ac3840cc993901f971a2a99046881d9e46c4'/>
<id>88b3ac3840cc993901f971a2a99046881d9e46c4</id>
<content type='text'>
When converting from brctl to ip-link, the call to exit in case bridge
adding failed was dropped by accident.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When converting from brctl to ip-link, the call to exit in case bridge
adding failed was dropped by accident.
</pre>
</div>
</content>
</entry>
</feed>
