<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/ifdown-post, branch master</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/forks/initscripts/'/>
<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='http://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>
<entry>
<title>ifdown-post: fix logical error in commit 5d61564</title>
<updated>2018-01-02T15:02: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='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=0f74b85d7d6dd96ce230950b258c9c6e1cf25335'/>
<id>0f74b85d7d6dd96ce230950b258c9c6e1cf25335</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-09T10:19:14+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='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=2343075df4b18b5fbd35d2fe5f99f16e59478b3c'/>
<id>2343075df4b18b5fbd35d2fe5f99f16e59478b3c</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-10-31T12:11:59+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='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=5d6156454bf8f6dab4a5fdd7e1bf6cdc72c09456'/>
<id>5d6156454bf8f6dab4a5fdd7e1bf6cdc72c09456</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
   * always keep /etc/resolv.conf.save as a proper backup - do not
     overwrite it everytime when updating 'nameserver' or 'search'

  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
   * always keep /etc/resolv.conf.save as a proper backup - do not
     overwrite it everytime when updating 'nameserver' or 'search'

  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:16:43+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='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=9e48c7ad6fae91a333d0b0a39cffee14a3130f2c'/>
<id>9e48c7ad6fae91a333d0b0a39cffee14a3130f2c</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-16T17:06:56+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='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=c9c00e84a9a8bfb47271c1295d34c812676a0912'/>
<id>c9c00e84a9a8bfb47271c1295d34c812676a0912</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>[3/3] Remove tabs and fix spacing: ifup/ifdown scripts</title>
<updated>2016-10-12T12:30:08+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2016-10-05T15:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=5c603b1da767ad0075493ca02286312039dbe0dc'/>
<id>5c603b1da767ad0075493ca02286312039dbe0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifdown-post: remove resolv.conf only in specific cases</title>
<updated>2015-01-08T13:09:58+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='http://gitweb.mageia.org/software/forks/initscripts/commit/?id=3d1f30095582f84206826f7ede970c45e5a6b5ba'/>
<id>3d1f30095582f84206826f7ede970c45e5a6b5ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://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='http://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>
