<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/init.s390, branch 9.03.59</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>fix mangled sysconfig/init.s390</title>
<updated>2016-01-05T15:24:26+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-01-05T15:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8f794124b64d009bef6c4df1dfdee65e0f2962f0'/>
<id>8f794124b64d009bef6c4df1dfdee65e0f2962f0</id>
<content type='text'>
Resolves: #1291907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: #1291907
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default loglevel to match what sysklogd used to set it to. (#621257)</title>
<updated>2010-08-09T16:02:13+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-08-09T16:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7e7ab26056deb3d781bab591fe8c0eb3b16de79d'/>
<id>7e7ab26056deb3d781bab591fe8c0eb3b16de79d</id>
<content type='text'>
klogd used to hardcode the loglevel to 6, which made this setting somewhat
superfluous. rsyslogd does not. It could be argued that we shouldn't muck
with it, but at this stage, it's best to just change it to match the previous
observed behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
klogd used to hardcode the loglevel to 6, which made this setting somewhat
superfluous. rsyslogd does not. It could be argued that we shouldn't muck
with it, but at this stage, it's best to just change it to match the previous
observed behavior.
</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:58:31+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=f738fe3f561fbc53f356f10f8f77d5e5f3b86d84'/>
<id>f738fe3f561fbc53f356f10f8f77d5e5f3b86d84</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>Coalesce the multiple rcX and ttyX jobs into single files.</title>
<updated>2009-12-03T19:37:12+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2009-12-03T19:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=dac32879b0de17d721457801fac65604f937ef00'/>
<id>dac32879b0de17d721457801fac65604f937ef00</id>
<content type='text'>
Adjust other jobs accordingly.

Use a configuration parameter for what ttys to start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust other jobs accordingly.

Use a configuration parameter for what ttys to start.
</pre>
</div>
</content>
</entry>
<entry>
<title>revert some stuff</title>
<updated>2004-11-01T19:14:18+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2004-11-01T19:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d39710983aa00105653475f6e8b908130bc5a4c0'/>
<id>d39710983aa00105653475f6e8b908130bc5a4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- some optims/cleanups, details in initscripts.spec</title>
<updated>2004-10-31T20:08:15+00:00</updated>
<author>
<name>Florian La Roche</name>
<email>laroche@redhat.com</email>
</author>
<published>2004-10-31T20:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fd63008e5c0136b65283fe306bd00c835d057c24'/>
<id>fd63008e5c0136b65283fe306bd00c835d057c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- new release</title>
<updated>2003-04-18T21:09:07+00:00</updated>
<author>
<name>Florian La Roche</name>
<email>laroche@redhat.com</email>
</author>
<published>2003-04-18T21:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a31c7a30dced003c0f96025fa76364eb523e832c'/>
<id>a31c7a30dced003c0f96025fa76364eb523e832c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add all changes for s390 that don't change anything for the other</title>
<updated>2001-02-10T08:38:30+00:00</updated>
<author>
<name>Florian La Roche</name>
<email>laroche@redhat.com</email>
</author>
<published>2001-02-10T08:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7b633e2ac3e12e4c96d91089c81c120cb6aa9642'/>
<id>7b633e2ac3e12e4c96d91089c81c120cb6aa9642</id>
<content type='text'>
architectures
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
architectures
</pre>
</div>
</content>
</entry>
</feed>
