<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/Makefile, branch 9.76</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: return make archive for testing purposes</title>
<updated>2017-08-07T14:44:37+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-08-07T14:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b30181298764fd1229d9d9b6819f1aca38f87ee0'/>
<id>b30181298764fd1229d9d9b6819f1aca38f87ee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Makefile: replace /var/run with /run"</title>
<updated>2017-08-07T14:44:37+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-08-07T14:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1b6f378a86bf3cdfe41e097a5cec096f4a1dbd09'/>
<id>1b6f378a86bf3cdfe41e097a5cec096f4a1dbd09</id>
<content type='text'>
When we are creating rpm, we install initscripts to chroot,
so the ROOT variable is set. And since we need that directory
in the package [1], we would have to create it in spec file
anyway.

[1] https://fedoraproject.org/wiki/Packaging:Tmpfiles.d

This reverts commit b119d37d1929a09e25bf288d0273aaaf8c7de86e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we are creating rpm, we install initscripts to chroot,
so the ROOT variable is set. And since we need that directory
in the package [1], we would have to create it in spec file
anyway.

[1] https://fedoraproject.org/wiki/Packaging:Tmpfiles.d

This reverts commit b119d37d1929a09e25bf288d0273aaaf8c7de86e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: $ROOT variable is now empty by default</title>
<updated>2017-08-07T12:36:04+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-08-07T12:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=224510bc0458ababbb112c21d37fef00d5f4f219'/>
<id>224510bc0458ababbb112c21d37fef00d5f4f219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Fix additional error in commit b119d37d1</title>
<updated>2017-08-07T11:24:36+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-08-07T11:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=07d61a375aa8882fe4801b5850449bd849330afa'/>
<id>07d61a375aa8882fe4801b5850449bd849330afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: fix whitespace error in commit b119d37d1</title>
<updated>2017-08-04T14:17:31+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-08-03T14:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cd9fb76933488883b2e4d5c4f50c4e0d50491552'/>
<id>cd9fb76933488883b2e4d5c4f50c4e0d50491552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: replace /var/run with /run</title>
<updated>2017-08-03T11:47:59+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-08-02T13:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b119d37d1929a09e25bf288d0273aaaf8c7de86e'/>
<id>b119d37d1929a09e25bf288d0273aaaf8c7de86e</id>
<content type='text'>
Do not create anything under /run when $(ROOT) is non-empty: when
we're installing into a chroot /run might not be mounted, and
creating files there is counterproductive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not create anything under /run when $(ROOT) is non-empty: when
we're installing into a chroot /run might not be mounted, and
creating files there is counterproductive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop sysctl.d/00-system.conf</title>
<updated>2017-07-27T13:45:50+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-07-21T09:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=13d638c0a7df4a998429163b9a0189dcffa2393a'/>
<id>13d638c0a7df4a998429163b9a0189dcffa2393a</id>
<content type='text'>
This file now only contains lines to disable netfilter on bridges.
In kernel 3.18 this filtering functionality was made non-default by
moving it to br_netfilter [https://bugzilla.redhat.com/show_bug.cgi?id=512206].
Aybody who actually wants to use br_netfilter has to load it explicitly
anyway, so disabling it through sysctl isn't necessary anymore.

The reason for removal is that by default (i.e. when br_netfilter is
not loaded), we get a warning on every boot:

systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory
systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory
systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory

This is confusing for users and inelegant.

The downside of removing this file is for people who load br_netfilter
for some reason *and* do no want to use it, will have to take an
additional step now (either restore the sysctl settings or remove br_netfilter
from /etc/modules-load.d or wherever). I expect the number of people affected
to be very small.

(Note that the file was overwritten on sparc and s390, so those
architectures see no change.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file now only contains lines to disable netfilter on bridges.
In kernel 3.18 this filtering functionality was made non-default by
moving it to br_netfilter [https://bugzilla.redhat.com/show_bug.cgi?id=512206].
Aybody who actually wants to use br_netfilter has to load it explicitly
anyway, so disabling it through sysctl isn't necessary anymore.

The reason for removal is that by default (i.e. when br_netfilter is
not loaded), we get a warning on every boot:

systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory
systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory
systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory

This is confusing for users and inelegant.

The downside of removing this file is for people who load br_netfilter
for some reason *and* do no want to use it, will have to take an
additional step now (either restore the sysctl settings or remove br_netfilter
from /etc/modules-load.d or wherever). I expect the number of people affected
to be very small.

(Note that the file was overwritten on sparc and s390, so those
architectures see no change.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop 256term.{sh,csh}</title>
<updated>2017-07-21T13:16:35+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-07-21T08:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cb1e9cea1c74aa0f29038449a4c557a9a3ce5d89'/>
<id>cb1e9cea1c74aa0f29038449a4c557a9a3ce5d89</id>
<content type='text'>
From https://fedoraproject.org/wiki/Changes/Drop_256term.sh:

  This is a work-around and it's better to for the terminal emulator
  to set $TERM properly on its own. Various terminal emulators have
  been updated to do that.

When those scripts are removed, whatever the virtual terminal or
terminal emulator sets as $TERM will be used.

Fixes #107.
C.f. https://bugzilla.redhat.com/show_bug.cgi?id=1165439.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From https://fedoraproject.org/wiki/Changes/Drop_256term.sh:

  This is a work-around and it's better to for the terminal emulator
  to set $TERM properly on its own. Various terminal emulators have
  been updated to do that.

When those scripts are removed, whatever the virtual terminal or
terminal emulator sets as $TERM will be used.

Fixes #107.
C.f. https://bugzilla.redhat.com/show_bug.cgi?id=1165439.
</pre>
</div>
</content>
</entry>
<entry>
<title>9.70-1</title>
<updated>2017-02-27T14:56:05+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-02-24T14:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0724006bf2467c89dece180f26c4ac21dc42fcb6'/>
<id>0724006bf2467c89dece180f26c4ac21dc42fcb6</id>
<content type='text'>
Move everything to github
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move everything to github
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: remove autorelabel stuff</title>
<updated>2017-02-27T14:54:03+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-01-10T10:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cdcb2eaad3593fdcef27dcc0f3be1adaccfa6881'/>
<id>cdcb2eaad3593fdcef27dcc0f3be1adaccfa6881</id>
<content type='text'>
autorelabel was moved to selinux package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autorelabel was moved to selinux package
</pre>
</div>
</content>
</entry>
</feed>
