<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/Makefile, branch 9.74</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: 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>
<entry>
<title>remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmp</title>
<updated>2014-10-08T14:02:56+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-10-08T14:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b22d66e78ebe32e13711012019bf57240075d34a'/>
<id>b22d66e78ebe32e13711012019bf57240075d34a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move ppp support to ppp package</title>
<updated>2014-04-24T11:39:17+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-04-15T13:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=50742d10d095d9d86750e6ae7f97076985145ff0'/>
<id>50742d10d095d9d86750e6ae7f97076985145ff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove fedora-configure</title>
<updated>2014-04-07T08:45:09+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-04-07T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=12451218fbcb275ad23ef96ca60324810b53c474'/>
<id>12451218fbcb275ad23ef96ca60324810b53c474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>symlink /etc/sysctl.conf -&gt; /etc/sysctl.d/</title>
<updated>2013-08-16T06:13:35+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2013-08-16T06:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b873be923e1ba63b0cbd98aee317d34964b42280'/>
<id>b873be923e1ba63b0cbd98aee317d34964b42280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
