<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/Makefile, branch 9.83</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>Makefile: new release-commit rule added</title>
<updated>2018-06-14T14:25:51+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-05T14:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5a1369c0d0d589a948f05cf3f623f77cb42c28ea'/>
<id>5a1369c0d0d589a948f05cf3f623f77cb42c28ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: allow sub-makefiles to run in parallel</title>
<updated>2018-06-14T14:19:10+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-04T15:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b4415e9412b70469cac961b1ebde8d94b93a26a6'/>
<id>b4415e9412b70469cac961b1ebde8d94b93a26a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: make the creation of symlinks relative to path again</title>
<updated>2018-06-04T11:55:36+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-04T09:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bfbd7950f097af33d87ff4ad31ba67576601f60d'/>
<id>bfbd7950f097af33d87ff4ad31ba67576601f60d</id>
<content type='text'>
  Resolves: RHBZ#1585321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Resolves: RHBZ#1585321
</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>make archive: ChangeLog generating removed</title>
<updated>2018-05-30T12:33:03+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-05-17T14:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1437f3fab20b669fa27069cf772e4551ee6078d5'/>
<id>1437f3fab20b669fa27069cf772e4551ee6078d5</id>
<content type='text'>
  Use 'git log' instead...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Use 'git log' instead...
</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: ifup &amp; ifdown -- use alternatives system</title>
<updated>2018-05-30T12:33:01+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-05-30T12:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=277be5ed064caaa86b9582d27bbb0472779edf3a'/>
<id>277be5ed064caaa86b9582d27bbb0472779edf3a</id>
<content type='text'>
  This installs the real scripts into /etc/sysconfig/network-scripts
  while leaving the management of the launchers in /usr/sbin to the
  alternatives system.

  This allows coexistence with alternative implementations of ifup
  and ifdown, notably NetworkManager.

  A priority of 90 is chosen rather arbitrarily, NetworkManager will
  use a lower one (50) so that our implementation takes precedence over
  NetworkManaager in case both are installed. In an unlikely event the
  user will want to switch to NetworkManager implementations when both
  are installed they can override the default with:

  $ update-alternatives --config ifup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This installs the real scripts into /etc/sysconfig/network-scripts
  while leaving the management of the launchers in /usr/sbin to the
  alternatives system.

  This allows coexistence with alternative implementations of ifup
  and ifdown, notably NetworkManager.

  A priority of 90 is chosen rather arbitrarily, NetworkManager will
  use a lower one (50) so that our implementation takes precedence over
  NetworkManaager in case both are installed. In an unlikely event the
  user will want to switch to NetworkManager implementations when both
  are installed they can override the default with:

  $ update-alternatives --config ifup
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile simplified &amp; updated to new repository 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-25T22:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=310f5ce66dd06edf4f9d7214fd5b346ef1ab9532'/>
<id>310f5ce66dd06edf4f9d7214fd5b346ef1ab9532</id>
<content type='text'>
  'check' and 'syntax-check' rules were dropped, as they seem obsolete
  nowadays (we are not using them at all)...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  'check' and 'syntax-check' rules were dropped, as they seem obsolete
  nowadays (we are not using them at all)...
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd/system: symlinks for fedora-* services removed</title>
<updated>2017-10-19T09:22:19+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-17T11:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5829c811dd082ac046846bb932d9d14fbc777c17'/>
<id>5829c811dd082ac046846bb932d9d14fbc777c17</id>
<content type='text'>
  The symlinks are no longer needed. Enablement of default services is
  now managed by 'fedora-release' package.
</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 'fedora-release' package.
</pre>
</div>
</content>
</entry>
<entry>
<title>'debugmode' subpackage dropped completely</title>
<updated>2017-10-16T17:04:09+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-16T13:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=94baef9d28ac98f77623df931c287b77a0c1d8e7'/>
<id>94baef9d28ac98f77623df931c287b77a0c1d8e7</id>
<content type='text'>
  Using this package was very dangerous, and could lead to instability
  of system, or even being unable to bootup at all, and value of this
  functionality was at least questionable, and was not documented.

  We decided to drop functionality completely, to make sure users do not
  install it accidentally (e.g. by using globbing with 'dnf install').

  Resolves: #69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Using this package was very dangerous, and could lead to instability
  of system, or even being unable to bootup at all, and value of this
  functionality was at least questionable, and was not documented.

  We decided to drop functionality completely, to make sure users do not
  install it accidentally (e.g. by using globbing with 'dnf install').

  Resolves: #69
</pre>
</div>
</content>
</entry>
<entry>
<title>sysconfig/init* files dropped</title>
<updated>2017-10-16T13:18:40+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-12T15:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=58e46ac6d7978de0938be9d76006b1e92e5931b9'/>
<id>58e46ac6d7978de0938be9d76006b1e92e5931b9</id>
<content type='text'>
  Users can still create the /etc/sysconfig/init file manually to
  override the default values, which are now taken from init.d/functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Users can still create the /etc/sysconfig/init file manually to
  override the default values, which are now taken from init.d/functions.
</pre>
</div>
</content>
</entry>
</feed>
