<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts, branch 9.49.39</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.39</title>
<updated>2017-05-03T10:17:50+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-03T10:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=07982db7f29ce2a9f56d5af90068dbc6a7e3f302'/>
<id>07982db7f29ce2a9f56d5af90068dbc6a7e3f302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option</title>
<updated>2017-05-03T09:53:09+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-02T21:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9aa1749845304cf243b555953be536224f1f8889'/>
<id>9aa1749845304cf243b555953be536224f1f8889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP_FQDN and DHCP_SEND_HOSTNAME introduced</title>
<updated>2017-05-03T09:53:09+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-02T21:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c087ea1d7d0e21865a763b0d7e0bc8d3557d1830'/>
<id>c087ea1d7d0e21865a763b0d7e0bc8d3557d1830</id>
<content type='text'>
  The way DHCP_HOSTNAME is being sent to DHCP server has been completely
  reworked...

  DHCP_FQDN now allows user to specify fully qualified domain name to be
  sent to DHCP server instead of just using simple hostname. This option
  takes precedence before DHCP_HOSTNAME variable.

  DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either
  DHCP_HOSTNAME or DHCP_FQDN to DHCP server.

  Both of these options should behave same as they do in NetworkManager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The way DHCP_HOSTNAME is being sent to DHCP server has been completely
  reworked...

  DHCP_FQDN now allows user to specify fully qualified domain name to be
  sent to DHCP server instead of just using simple hostname. This option
  takes precedence before DHCP_HOSTNAME variable.

  DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either
  DHCP_HOSTNAME or DHCP_FQDN to DHCP server.

  Both of these options should behave same as they do in NetworkManager.
</pre>
</div>
</content>
</entry>
<entry>
<title>re-add missing $HOSTNAME initialization</title>
<updated>2017-05-03T09:53:09+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-04-24T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e37d6b2c4dc1db8e31d9c230fab929cbc83648b6'/>
<id>e37d6b2c4dc1db8e31d9c230fab929cbc83648b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup: add support for VLAN_EGRESS_PRIORITY_MAP</title>
<updated>2017-05-03T09:53:09+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-03-29T13:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=457676588beecd9a32c056a812e59082f3b0989b'/>
<id>457676588beecd9a32c056a812e59082f3b0989b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rhel-autorelabel: synchronize cached writes before reboot</title>
<updated>2017-04-20T10:50:19+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-04-19T16:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=53330c9b3d38365218a18be14cb2165ebeed9110'/>
<id>53330c9b3d38365218a18be14cb2165ebeed9110</id>
<content type='text'>
  This should prevent boot loops when 'touch /.autorelabel' has been used.

  Resolves: RHBZ#1385272
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This should prevent boot loops when 'touch /.autorelabel' has been used.

  Resolves: RHBZ#1385272
</pre>
</div>
</content>
</entry>
<entry>
<title>9.49.38</title>
<updated>2017-03-30T08:52:40+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-03-30T08:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a4c819353f3311d41ec7a8f6ab5d1dc29154a751'/>
<id>a4c819353f3311d41ec7a8f6ab5d1dc29154a751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifdown-eth: we need to flush global scope as well</title>
<updated>2017-03-30T08:39:36+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-06-30T05:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=847bcf3f53fc81f1adb5b23137f97c41b75bbc0e'/>
<id>847bcf3f53fc81f1adb5b23137f97c41b75bbc0e</id>
<content type='text'>
  ... but it is stuck some time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ... but it is stuck some time
</pre>
</div>
</content>
</entry>
<entry>
<title>killproc/status: add missing '-b &lt;binary&gt;' option</title>
<updated>2017-03-30T08:39:36+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-03-24T15:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a6e29b3ef3a9ba89d958ed40649cb6936c50c761'/>
<id>a6e29b3ef3a9ba89d958ed40649cb6936c50c761</id>
<content type='text'>
  Taken from RHEL-6.9, for forward compatibility.

  Resolves: RHBZ#1428935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Taken from RHEL-6.9, for forward compatibility.

  Resolves: RHBZ#1428935
</pre>
</div>
</content>
</entry>
<entry>
<title>specfile: mark 'rwtab' and 'statetab' as config files</title>
<updated>2017-03-30T08:39:36+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-03-24T16:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e464e744dc9f120a6df41de8dbba3f096bdaaf58'/>
<id>e464e744dc9f120a6df41de8dbba3f096bdaaf58</id>
<content type='text'>
  Resolves: RHBZ#1434075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Resolves: RHBZ#1434075
</pre>
</div>
</content>
</entry>
</feed>
