<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/ifdown-post, branch 9.49.50</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>network-scripts: setting of firewall ZONE fixed</title>
<updated>2018-06-07T12:26:23+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=d951e7c7d64c0378424b8b2edd406ae9eaa73ec1'/>
<id>d951e7c7d64c0378424b8b2edd406ae9eaa73ec1</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: fix logical error in commit 5d61564</title>
<updated>2018-01-02T16:29:40+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-01-02T14:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2caa3bfbe717f92d0e0677ea3dc1290a54a8bcf7'/>
<id>2caa3bfbe717f92d0e0677ea3dc1290a54a8bcf7</id>
<content type='text'>
  Empty ${RESOLV_MODS} was causing a deletion of config files in
  /etc/ppp/peers/*

  Resolves: #155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Empty ${RESOLV_MODS} was causing a deletion of config files in
  /etc/ppp/peers/*

  Resolves: #155
</pre>
</div>
</content>
</entry>
<entry>
<title>network-functions: use POSIX forwarding instead of bash-ism</title>
<updated>2017-11-09T13:58:51+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-11-08T16:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cfa035c7c3aeacea60d4e12bebde7ce8e1ecc54b'/>
<id>cfa035c7c3aeacea60d4e12bebde7ce8e1ecc54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-post: always update nameserver &amp; search entries in /etc/resolv.conf</title>
<updated>2017-11-02T10:54:44+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-30T16:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=4da9dbaffba4af74eb632d1a5d10e5c366475516'/>
<id>4da9dbaffba4af74eb632d1a5d10e5c366475516</id>
<content type='text'>
  This is complete rework of how we generate the /etc/resolv.conf.

  Fixes:
   * always update 'nameserver' &amp; 'search' entries when DNS* &amp; DOMAIN
     options (respectively) were updated in ifcfg-* files
   * always update the order of 'nameserver' entries when the order of
     DNS* options was updated

  Enhancements:
   * added support for DNS3 option (equals to MAXNS value in GLIBC)
   * added logic to process duplicate DNS* options
   * added logic to process randomly omitted DNS* options (e.g. omitting
     DNS1 while specifying DNS2 and/or DNS3 will still work now)

  This work was based on these two RHEL-7.5 BZs:
  https://bugzilla.redhat.com/show_bug.cgi?id=1364895
  https://bugzilla.redhat.com/show_bug.cgi?id=1357658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This is complete rework of how we generate the /etc/resolv.conf.

  Fixes:
   * always update 'nameserver' &amp; 'search' entries when DNS* &amp; DOMAIN
     options (respectively) were updated in ifcfg-* files
   * always update the order of 'nameserver' entries when the order of
     DNS* options was updated

  Enhancements:
   * added support for DNS3 option (equals to MAXNS value in GLIBC)
   * added logic to process duplicate DNS* options
   * added logic to process randomly omitted DNS* options (e.g. omitting
     DNS1 while specifying DNS2 and/or DNS3 will still work now)

  This work was based on these two RHEL-7.5 BZs:
  https://bugzilla.redhat.com/show_bug.cgi?id=1364895
  https://bugzilla.redhat.com/show_bug.cgi?id=1357658
</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: forward DBus calls to /dev/null</title>
<updated>2017-10-31T11:27:31+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-31T11:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=40eb870afeb4c984e1b9035100e65acb03812ac0'/>
<id>40eb870afeb4c984e1b9035100e65acb03812ac0</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: firewall-cmd replaced with DBus calls</title>
<updated>2017-10-31T11:27:31+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-10T15:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e30b3c095221ebec965e9c78a78f694b6a7a3aa4'/>
<id>e30b3c095221ebec965e9c78a78f694b6a7a3aa4</id>
<content type='text'>
  To speed things up. Based on patch &amp; comments from:
  https://bugzilla.redhat.com/show_bug.cgi?id=1497759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  To speed things up. Based on patch &amp; comments from:
  https://bugzilla.redhat.com/show_bug.cgi?id=1497759
</pre>
</div>
</content>
</entry>
<entry>
<title>9.70-sync: sysconfig/network-scripts/* updated - part 2</title>
<updated>2017-03-22T13:42:25+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-03-21T16:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c5917b856db1e32a863fa78b54d5a7533c99577a'/>
<id>c5917b856db1e32a863fa78b54d5a7533c99577a</id>
<content type='text'>
  This commit contains a lot of whitespace changes.
  Use 'git diff --ignore-all-space' to display the relevant changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This commit contains a lot of whitespace changes.
  Use 'git diff --ignore-all-space' to display the relevant changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ifdown-post: remove resolv.conf only in specific cases</title>
<updated>2016-05-26T14:03:27+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-01-08T13:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c471fb25f02d2e595995e7c884bbdbfe3b19ef78'/>
<id>c471fb25f02d2e595995e7c884bbdbfe3b19ef78</id>
<content type='text'>
Cherry-picked from: 3d1f30095582f84206826f7ede970c45e5a6b5ba
Resolves: #1273435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cherry-picked from: 3d1f30095582f84206826f7ede970c45e5a6b5ba
Resolves: #1273435
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix calling of firewall-cmd in ifup-post/ifdown-post.</title>
<updated>2012-10-08T19:47:57+00:00</updated>
<author>
<name>Jiri Popelka</name>
<email>jpopelka@redhat.com</email>
</author>
<published>2012-10-05T14:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1d7446ccf9d2671857c5f554b2a0be484e95e640'/>
<id>1d7446ccf9d2671857c5f554b2a0be484e95e640</id>
<content type='text'>
firewall-cmd has been using combined longopts since 0.2.6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
firewall-cmd has been using combined longopts since 0.2.6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add quotes to device/zone in the firewalld support.</title>
<updated>2012-03-16T13:59:56+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2012-03-16T13:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=29a948d09bb453b9dab923f741f1672912e0eaac'/>
<id>29a948d09bb453b9dab923f741f1672912e0eaac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
