<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/network-scripts, branch 10.00.2</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>ifup-post: fix incorrect condition for RESOLV_MODS</title>
<updated>2019-06-06T08:32:53+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-08-20T12:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1d4ffa5559de4cf3fdfcc2e69467fc74426cd78c'/>
<id>1d4ffa5559de4cf3fdfcc2e69467fc74426cd78c</id>
<content type='text'>
  This was causing the /etc/resolv.conf file to be always updated when
  RESOLV_MODS was not set...

  Before the commit 5d6156454bf8f6dab4a5fdd7e1bf6 we were not updating
  the /etc/resolv.conf file if the RESOLV_MODS was empty.

  See https://bugzilla.redhat.com/show_bug.cgi?id=1610411 for more info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This was causing the /etc/resolv.conf file to be always updated when
  RESOLV_MODS was not set...

  Before the commit 5d6156454bf8f6dab4a5fdd7e1bf6 we were not updating
  the /etc/resolv.conf file if the RESOLV_MODS was empty.

  See https://bugzilla.redhat.com/show_bug.cgi?id=1610411 for more info.
</pre>
</div>
</content>
</entry>
<entry>
<title>network/ifup/ifdown: deprecations warnings redirected to stderr</title>
<updated>2018-08-06T11:05:14+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=b163b3a66dc3684181f219f424e2dd81eff691f6'/>
<id>b163b3a66dc3684181f219f424e2dd81eff691f6</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: allow disabling of deprecation warnings</title>
<updated>2018-08-03T11:06:43+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-08-02T13:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=335a6a84f618515c6902d374e391a301d0f43f6c'/>
<id>335a6a84f618515c6902d374e391a301d0f43f6c</id>
<content type='text'>
  ... by checking existence of /etc/sysconfig/disable-deprecation-warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ... by checking existence of /etc/sysconfig/disable-deprecation-warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>network/ifup/ifdown: deprecation warnings for 'network-scripts' added</title>
<updated>2018-08-03T11:03:15+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=285473ae10611849129eb16050ea6d6b8d84388d'/>
<id>285473ae10611849129eb16050ea6d6b8d84388d</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-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>
<entry>
<title>network-scripts: Replace brctl with ip-link</title>
<updated>2018-06-14T14:27:36+00:00</updated>
<author>
<name>Phil Sutter</name>
<email>psutter@redhat.com</email>
</author>
<published>2018-06-11T14:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bf40c2768d6b6614cc0f1b4fb68ca011489e89d3'/>
<id>bf40c2768d6b6614cc0f1b4fb68ca011489e89d3</id>
<content type='text'>
Since ip-link has full support for Linux bridges (and slave ports), use
that instead of the deprecated brctl from bridge-utils.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since ip-link has full support for Linux bridges (and slave ports), use
that instead of the deprecated brctl from bridge-utils.
</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: setting of firewall ZONE fixed</title>
<updated>2018-06-07T12:04:50+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-06T17:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=12a83d3ef4244d354cba541ce8d3f0ded9773c89'/>
<id>12a83d3ef4244d354cba541ce8d3f0ded9773c89</id>
<content type='text'>
  For currently unknown reason the dbus-send calls will fail to set the
  firewall zone for the given interface if we omit the --print-reply
  option...

  This looks like some kind of race-condition in dbus-send, since the
  --print-reply makes the call synchronous and slower.

  Hopefully this is only a temporary workaround until DBus is fixed.

  Resolves: #1586284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  For currently unknown reason the dbus-send calls will fail to set the
  firewall zone for the given interface if we omit the --print-reply
  option...

  This looks like some kind of race-condition in dbus-send, since the
  --print-reply makes the call synchronous and slower.

  Hopefully this is only a temporary workaround until DBus is fixed.

  Resolves: #1586284
</pre>
</div>
</content>
</entry>
<entry>
<title>ifdown-post: artifact whitespace removed from the DBus call</title>
<updated>2018-06-07T12:04:50+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-06T17:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8659ca9ef9c1b0826799ea8da217c886ff0c26b5'/>
<id>8659ca9ef9c1b0826799ea8da217c886ff0c26b5</id>
<content type='text'>
  This was causing the DBus call to fail, and we didn't catch it before
  since we were forwarding everything into /dev/null...

  Related: RHBZ#1586284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This was causing the DBus call to fail, and we didn't catch it before
  since we were forwarding everything into /dev/null...

  Related: RHBZ#1586284
</pre>
</div>
</content>
</entry>
<entry>
<title>netreport functionality dropped</title>
<updated>2018-05-30T12:33:04+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-05-24T14:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9b2dbe00100d4e1077404b9d781f35adad979467'/>
<id>9b2dbe00100d4e1077404b9d781f35adad979467</id>
<content type='text'>
  This concept is quite outdated, and not sane to use at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This concept is quite outdated, and not sane to use at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Repository scheme updated to new layout</title>
<updated>2018-05-30T10:32:22+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-05-25T18:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a145ddda284570e57413e37f025c3657205e17d8'/>
<id>a145ddda284570e57413e37f025c3657205e17d8</id>
<content type='text'>
  NOTE: This commit just moves files around, without actually fixing the
        Makefiles and specfile. See follow up commits which resolve this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  NOTE: This commit just moves files around, without actually fixing the
        Makefiles and specfile. See follow up commits which resolve this.
</pre>
</div>
</content>
</entry>
</feed>
