<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig, branch systemd-branch</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>Don't accidentally cause sit module to be loaded on shutdown. (#654098, &lt;ejsheldrake@gmail.com&gt;)</title>
<updated>2010-11-16T21:16:57+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-11-16T21:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cc5b400dd6bad85f5d7b8e4a889134d3668e20a4'/>
<id>cc5b400dd6bad85f5d7b8e4a889134d3668e20a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add infiniband mapping (#648524, &lt;monis@voltaire.com&gt;)</title>
<updated>2010-11-01T15:05:19+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-11-01T15:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=71a9e5bb7261d79eba83b082151b2a48af42c735'/>
<id>71a9e5bb7261d79eba83b082151b2a48af42c735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ifdown calling nmcli for NM-managed devices; others are handled by ifdown-${DEVICETYPE} (#612934).</title>
<updated>2010-11-01T14:43:21+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2010-11-01T09:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=354b149eff585a1bc88f68d8ffc5a070d20a81a7'/>
<id>354b149eff585a1bc88f68d8ffc5a070d20a81a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't frob the console loglevel on boot. (#621257, #626572)</title>
<updated>2010-08-24T14:45:21+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-08-24T14:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=ba3f278b5d916b646e8cfca25cd32e3b8acf523e'/>
<id>ba3f278b5d916b646e8cfca25cd32e3b8acf523e</id>
<content type='text'>
1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it.
2) This overrides the kernel commandline, for people who want to temporarily reset it there
3) This actually turns messages back on out from underneath plymouth, which isn't nice.

To frob the console loglevel, pass it on the kernel command line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it.
2) This overrides the kernel commandline, for people who want to temporarily reset it there
3) This actually turns messages back on out from underneath plymouth, which isn't nice.

To frob the console loglevel, pass it on the kernel command line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for hotkey interactive startup. (#605016)</title>
<updated>2010-06-30T17:54:10+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-06-30T17:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fac1aa79cbedc374a3b03650572cd3f4daecb4f7'/>
<id>fac1aa79cbedc374a3b03650572cd3f4daecb4f7</id>
<content type='text'>
It cannot work reliably as done in this way. (It's possible to do
surgery to do it in plymouth itself, but not here.)

Interactive startup via the 'confirm' commandline option is still
available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It cannot work reliably as done in this way. (It's possible to do
surgery to do it in plymouth itself, but not here.)

Interactive startup via the 'confirm' commandline option is still
available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't directly execute bash for single-user mode, as that has SELinux issues. (#540216, #584443, #585053)</title>
<updated>2010-06-29T16:53:37+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-06-29T16:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=edbe224afa7d6fe5a9cfccb1b49e661d364a5a01'/>
<id>edbe224afa7d6fe5a9cfccb1b49e661d364a5a01</id>
<content type='text'>
If upstart directly runs bash for single-user mode, there's no way for
SELinux to set the proper context (to distinguish it from other init scripts).
Inserting a helper binary in the way allows for this.

While we're changing this, we make it configurable so it's easily possible
for people to use sulogin if they so desire.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If upstart directly runs bash for single-user mode, there's no way for
SELinux to set the proper context (to distinguish it from other init scripts).
Inserting a helper binary in the way allows for this.

While we're changing this, we make it configurable so it's easily possible
for people to use sulogin if they so desire.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)</title>
<updated>2010-06-24T18:41:13+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-06-24T18:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=774d0703bca0e21439f162b54999861bb0063be9'/>
<id>774d0703bca0e21439f162b54999861bb0063be9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup.</title>
<updated>2010-06-24T17:43:58+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-06-24T17:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9c432bf02d6cb32d6f299f5123b438f485a274bb'/>
<id>9c432bf02d6cb32d6f299f5123b438f485a274bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle quoted SUBCHANNELS (#607481)</title>
<updated>2010-06-24T17:40:05+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-06-24T17:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=241944a67908d9afa32496ab6f7685d318c4cabc'/>
<id>241944a67908d9afa32496ab6f7685d318c4cabc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'BOOTP' config option. It was considered 'old' in 1997. (Seriously.)</title>
<updated>2010-06-04T20:47:12+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-06-04T20:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f9c897cf6545660896b31446ce2f743fa621c72d'/>
<id>f9c897cf6545660896b31446ce2f743fa621c72d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
