<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts, branch 9.49.41</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>9.49.41</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-02T16:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e187c18568b30287d5af31dc59b6b8ce7cfecce1'/>
<id>e187c18568b30287d5af31dc59b6b8ce7cfecce1</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: 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>9.49.40</title>
<updated>2017-11-03T13:31:58+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-11-03T13:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=803b658e5c921dcebd10ff8bbefb1d969a6aa2b6'/>
<id>803b658e5c921dcebd10ff8bbefb1d969a6aa2b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>specfile: require 'redhat-release' instead of /etc/system-release</title>
<updated>2017-11-03T13:15:27+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-11-03T13:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5285c3ae33f38a010ee76e5d3c4363045d65717d'/>
<id>5285c3ae33f38a010ee76e5d3c4363045d65717d</id>
<content type='text'>
  Also, add a conflict for older versions of 'redhat-release'. Using
  them would cause unbootable system most likely...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Also, add a conflict for older versions of 'redhat-release'. Using
  them would cause unbootable system most likely...
</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>systemd/system: symlinks for initscripts' services removed</title>
<updated>2017-10-31T11:39:18+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-19T10:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=995e8ad74f5a6bc51f28c0be4ed02c547e0891d6'/>
<id>995e8ad74f5a6bc51f28c0be4ed02c547e0891d6</id>
<content type='text'>
  The symlinks are no longer needed. Enablement of default services
  is now managed by 'redhat-release' package.

  Resolves: #1395391
  Resolves: #1357648
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The symlinks are no longer needed. Enablement of default services
  is now managed by 'redhat-release' package.

  Resolves: #1395391
  Resolves: #1357648
</pre>
</div>
</content>
</entry>
<entry>
<title>Add *.old to list of ignored files</title>
<updated>2017-10-31T11:36:27+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-25T08:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c200aed368884f278bd6c9e43050fa812439c0e4'/>
<id>c200aed368884f278bd6c9e43050fa812439c0e4</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: wait for STP to complete setup on bridge if $DELAY is not set</title>
<updated>2017-10-31T11:36:19+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-07-21T10:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=75bf420df0f31cc79d1603c2b5a184ccdb151813'/>
<id>75bf420df0f31cc79d1603c2b5a184ccdb151813</id>
<content type='text'>
  Otherwise obtaining IP from DHCP might fail. Based on patch from:
   * Rich Alloway &lt;richard.alloway@roguewave.com&gt; | CentOS BZ #0011138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Otherwise obtaining IP from DHCP might fail. Based on patch from:
   * Rich Alloway &lt;richard.alloway@roguewave.com&gt; | CentOS BZ #0011138
</pre>
</div>
</content>
</entry>
<entry>
<title>init.d/functions: convert2sec() function added</title>
<updated>2017-10-31T11:36:19+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-07-21T09:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=3e3ff2ac3d89cd626d88b3043c7f7234dec4d4e1'/>
<id>3e3ff2ac3d89cd626d88b3043c7f7234dec4d4e1</id>
<content type='text'>
  And network-scripts/network-functions was patched to use convert2sec().

  This function can be used to convert the value of its first parameter
  to a number of seconds - based on the time unit (specified as the
  second parameter).

  This is mostly useful for converting values for use with the sleep(1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  And network-scripts/network-functions was patched to use convert2sec().

  This function can be used to convert the value of its first parameter
  to a number of seconds - based on the time unit (specified as the
  second parameter).

  This is mostly useful for converting values for use with the sleep(1).
</pre>
</div>
</content>
</entry>
</feed>
