<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/sh/init-early.sh.Linux.in, branch github/refactor</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2015-12-21T18:16:06Z</updated>
<entry>
<title>Convert OpenRC to a centralized copyright/license structure</title>
<updated>2015-12-21T18:16:06Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-04T22:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=000503fad72e4eb2ef956a24df358be84b2a9493'/>
<id>urn:sha1:000503fad72e4eb2ef956a24df358be84b2a9493</id>
<content type='text'>
In the past, OpenRC was a hybrid of a centralized and file-scope
license/copyright structure.

I followed the instructions from the Software Freedom Law Center [1] to
convert to a Centralized structure where possible, for easier future
maintenance.

[1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
</content>
</entry>
<entry>
<title>remove type command</title>
<updated>2013-12-02T08:08:40Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-02T01:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=60d288a877a3671ea5b3483ed7c4612ec897b99a'/>
<id>urn:sha1:60d288a877a3671ea5b3483ed7c4612ec897b99a</id>
<content type='text'>
The posix equivalent of the type command is "command -v", so now we use
that. Thanks to Jonathan Callen &lt;jcallen@gentoo.org&gt; for informing me
wrt the fix.
</content>
</entry>
<entry>
<title>fix setfont detection in early startup on Linux</title>
<updated>2013-05-05T18:47:45Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-05-05T18:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=248434329b8ffd56b02bd13629a780bfae86f9ce'/>
<id>urn:sha1:248434329b8ffd56b02bd13629a780bfae86f9ce</id>
<content type='text'>
Most of the time, setfont is an external command (part of the kbd
package), but it can also be a builtin if busybox is being used. This
corrects the test in early startup to work for both cases. I would like
to thank Steve L. for pointing this out.
</content>
</entry>
<entry>
<title>make init.sh and init-early.sh honor SYSCONFDIR</title>
<updated>2013-02-17T01:56:47Z</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2013-02-12T03:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=cd4becf6cd9611defda298f984efa01c441723d3'/>
<id>urn:sha1:cd4becf6cd9611defda298f984efa01c441723d3</id>
<content type='text'>
Fixes hardcoded paths that break when built with SYSCONFDIR
set to anything other than /etc/

Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</content>
</entry>
<entry>
<title>consolefont: use setfont to save the current font</title>
<updated>2013-02-17T01:51:15Z</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2013-02-12T03:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=746bf5f78376e2e7b3e8bc843dfa1e4a3fa6a8e4'/>
<id>urn:sha1:746bf5f78376e2e7b3e8bc843dfa1e4a3fa6a8e4</id>
<content type='text'>
Using setfont directly to save the font prevents breakage
when a distro stores consolefonts in a location other than
/usr/share/consolefonts such as Arch which stores them in
/usr/share/kbd/consolefonts

Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix early consolefont/termencoding usage vs rc_sys</title>
<updated>2012-02-09T09:53:46Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2012-02-09T09:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f5e7e768522895d2efe31d1afbdf7f2214421c7f'/>
<id>urn:sha1:f5e7e768522895d2efe31d1afbdf7f2214421c7f</id>
<content type='text'>
During early boot, the keywords were not being checked for
consolefont/termencoding and they were running anyway when they should
not be.

X-Gentoo-Bug: 400549
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=400549
Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Revert "Mount /run as early as possible"</title>
<updated>2011-09-13T03:15:24Z</updated>
<author>
<name>Christian Ruppert</name>
<email>idl0r@gentoo.org</email>
</author>
<published>2011-09-12T15:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=e14e78db16b8ce38235665ee52e3c13375e0d168'/>
<id>urn:sha1:e14e78db16b8ce38235665ee52e3c13375e0d168</id>
<content type='text'>
This reverts commit 5ed4d084d95608e40cb21888c18a8f381a44cd69.
/run needs to be mounted after /proc.
</content>
</entry>
<entry>
<title>Use checkpath to create /run/lock</title>
<updated>2011-09-07T20:11:04Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-09-07T20:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b42ab3b2f4daaebdac043478f0ae385200a25535'/>
<id>urn:sha1:b42ab3b2f4daaebdac043478f0ae385200a25535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mount /run as early as possible</title>
<updated>2011-09-07T02:00:08Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-09-07T02:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5ed4d084d95608e40cb21888c18a8f381a44cd69'/>
<id>urn:sha1:5ed4d084d95608e40cb21888c18a8f381a44cd69</id>
<content type='text'>
This commit moves the code that mounts /run to the earliest possible
position in openrc.
</content>
</entry>
<entry>
<title>drop useless "All rights reserved" notice</title>
<updated>2011-06-29T23:46:31Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-29T23:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d0bc4f20adfe4392639ddda6721850fdc74ea123'/>
<id>urn:sha1:d0bc4f20adfe4392639ddda6721850fdc74ea123</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
