<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/lang.sh, branch initscripts-9.42-1</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>If locale.conf exists, use it. (#706756, in part)</title>
<updated>2011-10-25T16:47:26+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-10-25T16:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d088bd27ef9fac2695c9769b4fbb230e32d93b31'/>
<id>d088bd27ef9fac2695c9769b4fbb230e32d93b31</id>
<content type='text'>
systemd's algorithm on startup is:

- if /etc/locale.conf is parseable, use that
- otherwise, use /etc/sysconfig/i18n

Given that we have a heirarchy of system -&gt; user settings here,
simply go:
 ~/.i18n &gt; /etc/locale.conf &gt; /etc/sysconfig/i18n

Add some documentation as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
systemd's algorithm on startup is:

- if /etc/locale.conf is parseable, use that
- otherwise, use /etc/sysconfig/i18n

Given that we have a heirarchy of system -&gt; user settings here,
simply go:
 ~/.i18n &gt; /etc/locale.conf &gt; /etc/sysconfig/i18n

Add some documentation as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle spaces in $HOME. (#498482)</title>
<updated>2009-04-30T17:25:40+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2009-04-30T17:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=89385ab41c09a8b4c8a630bfe385ea7a143e00ef'/>
<id>89385ab41c09a8b4c8a630bfe385ea7a143e00ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option for consoletype to always return 0.</title>
<updated>2009-03-17T19:14:26+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2009-03-17T19:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=30558c7a855058994a520c74af77db0854fc296d'/>
<id>30558c7a855058994a520c74af77db0854fc296d</id>
<content type='text'>
This allows tcsh -e to work, with lang.sh. It's a hack, but there really
isn't a better way to solve it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows tcsh -e to work, with lang.sh. It's a hack, but there really
isn't a better way to solve it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore return code from consoletype (#471123)</title>
<updated>2008-11-12T00:51:52+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-11-12T00:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0320082b72105bb90863d43b3051623381cde73a'/>
<id>0320082b72105bb90863d43b3051623381cde73a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Override Arabic, Persian, and Hebrew on the console as well. (&lt;alsadi@ojuba.org&gt;)</title>
<updated>2008-10-14T20:15:57+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-10-14T20:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=60798049b5988c556d123b1acbdeee3ef16dd223'/>
<id>60798049b5988c556d123b1acbdeee3ef16dd223</id>
<content type='text'>
Even though we have font coverage, the bidi aspect makes it pretty much
illegible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though we have font coverage, the bidi aspect makes it pretty much
illegible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Canonicalize the behavior. (#372151)</title>
<updated>2008-04-29T15:48:38+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-04-29T15:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=39d1593aad51817f5b64a9e95f2144dfaa018ebb'/>
<id>39d1593aad51817f5b64a9e95f2144dfaa018ebb</id>
<content type='text'>
If no LANG is set, read system and then user configuration.
If an existing one is set (via GDM, ssh, etc.) only read the
user-specific customizations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If no LANG is set, read system and then user configuration.
If an existing one is set (via GDM, ssh, etc.) only read the
user-specific customizations.
</pre>
</div>
</content>
</entry>
<entry>
<title>There is no more GDM_LANG - handle pre-existing LANG (#372151, &lt;rstrode@redhat.com&gt;)</title>
<updated>2008-04-23T18:07:26+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-04-23T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=37638eda01ac8743d6dbd85f1d699619571432a0'/>
<id>37638eda01ac8743d6dbd85f1d699619571432a0</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 leak consoletype into the environment</title>
<updated>2008-03-14T19:45:00+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-03-14T19:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=6e95a2571e8f124559b131b0c74aaa4ee886963c'/>
<id>6e95a2571e8f124559b131b0c74aaa4ee886963c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various minor optimizations to speed up boot. (&lt;arjan@infradead.org&gt;)</title>
<updated>2008-02-26T21:05:16+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-02-26T21:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7f7ca896e6cf5c61243d56ae3faaf8edb3872469'/>
<id>7f7ca896e6cf5c61243d56ae3faaf8edb3872469</id>
<content type='text'>
Notable:
- separate [ "$variable" ] tests from [ -f ... ]
- don't grep init scripts
- cache the information from /sbin/consoletype
- simplify 'confirm' handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notable:
- separate [ "$variable" ] tests from [ -f ... ]
- don't grep init scripts
- cache the information from /sbin/consoletype
- simplify 'confirm' handling
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bits that are now extraneous with console_init.</title>
<updated>2008-02-26T06:34:52+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2008-02-26T06:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=39ae04ec465e4a921ef8fe80ec52587e5a7ae627'/>
<id>39ae04ec465e4a921ef8fe80ec52587e5a7ae627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
