<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/init/prefdm.conf, 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>init: inform users about .override files in .conf files</title>
<updated>2013-07-16T12:55:32+00:00</updated>
<author>
<name>Václav Pavlín</name>
<email>vpavlin@redhat.com</email>
</author>
<published>2013-07-16T12:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=db2c5cf4d37c77b1586206855d7ca20c11cb440f'/>
<id>db2c5cf4d37c77b1586206855d7ca20c11cb440f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve shutdown splash screen reliability</title>
<updated>2010-05-19T16:09:05+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2010-05-19T16:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8c6fad948daf983ee0ced1c613e2744c51bf8c03'/>
<id>8c6fad948daf983ee0ced1c613e2744c51bf8c03</id>
<content type='text'>
Right now the splash screen and rc script are
racing with each other so you occasionally see a few
shutdown messages before plymouth is up.

This commit ensures proper synchronization between prefdm,
plymouthd, and the rc script.

It does this by

1) fully stopping prefdm before letting rc start
2) fully starting plymouth before letting rc start
3) if prefdm is running (e.g. runlevel 5), waiting until it
   is fully stopped before starting plymouthd
4) if prefdm is not running (e.g. runlevel 3), starting
   plymouthd right away

One bit of complication in this commit is the "splash
manager".  It's a layer of indirection needed to handle the
conditional mentioned in 3) and 4).

There's no way within an upstart job file to say "start
after the prefdm "stopped" event only if prefdm is not already
stopped". We really need this to effectively happen, though,
because if prefdm isn't in the process of stopping (because
it was never started in the first place), it will never emit
the stopped event and blocking for an event that never comes
mean shutdown would never start.

The splash manager checks if prefdm is already running and
uses that information to emit an appropriate event that the
plymouth-shutdown job can key of off.

Note, one implication of 4) is we are showing plymouth when
shutting down from runlevel 3 now.  This is a change in
behavior, but makes sense, since we show plymouth when
starting up into runlevel 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now the splash screen and rc script are
racing with each other so you occasionally see a few
shutdown messages before plymouth is up.

This commit ensures proper synchronization between prefdm,
plymouthd, and the rc script.

It does this by

1) fully stopping prefdm before letting rc start
2) fully starting plymouth before letting rc start
3) if prefdm is running (e.g. runlevel 5), waiting until it
   is fully stopped before starting plymouthd
4) if prefdm is not running (e.g. runlevel 3), starting
   plymouthd right away

One bit of complication in this commit is the "splash
manager".  It's a layer of indirection needed to handle the
conditional mentioned in 3) and 4).

There's no way within an upstart job file to say "start
after the prefdm "stopped" event only if prefdm is not already
stopped". We really need this to effectively happen, though,
because if prefdm isn't in the process of stopping (because
it was never started in the first place), it will never emit
the stopped event and blocking for an event that never comes
mean shutdown would never start.

The splash manager checks if prefdm is already running and
uses that information to emit an appropriate event that the
plymouth-shutdown job can key of off.

Note, one implication of 4) is we are showing plymouth when
shutting down from runlevel 3 now.  This is a change in
behavior, but makes sense, since we show plymouth when
starting up into runlevel 3.
</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>Move to new upstart job location and file extension.</title>
<updated>2009-12-03T19:29:21+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2009-12-03T19:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=79b2b232cb34f7df3e440968240975e44c4b8fc7'/>
<id>79b2b232cb34f7df3e440968240975e44c4b8fc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
