<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/sh.Linux/Makefile, branch dynamic-deptree</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=dynamic-deptree</id>
<link rel='self' href='https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=dynamic-deptree'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/'/>
<updated>2008-03-25T14:06:05+00:00</updated>
<entry>
<title>Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS.</title>
<updated>2008-03-25T14:06:05+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-03-25T14:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=55eb3794fb4ad563102d5ab30c1d5337a599b2e5'/>
<id>urn:sha1:55eb3794fb4ad563102d5ab30c1d5337a599b2e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use exlicit make targets, not directory contents.</title>
<updated>2008-03-03T12:34:51+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-03-03T12:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa'/>
<id>urn:sha1:61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.</title>
<updated>2008-01-10T16:35:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-01-10T16:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=43147845209873b0776bd75d363913fe25611f49'/>
<id>urn:sha1:43147845209873b0776bd75d363913fe25611f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce CONTENTS variable into Makefiles to list the contents of the directory, excluding the Makefile for to Make life easier</title>
<updated>2007-11-20T17:37:15+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2007-11-20T17:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4'/>
<id>urn:sha1:9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Our build chain now works with GNU and BSD make implementations</title>
<updated>2007-11-19T13:48:43+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2007-11-19T13:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=5f8cf73b22b259658d92397f3e6478ef80ed5691'/>
<id>urn:sha1:5f8cf73b22b259658d92397f3e6478ef80ed5691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>/lib/rcscripts -&gt; /lib/rc</title>
<updated>2007-09-19T13:53:40+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2007-09-19T13:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=77f9015f0bf09c5ef3c51009e21d8e687006c3e4'/>
<id>urn:sha1:77f9015f0bf09c5ef3c51009e21d8e687006c3e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set fonts in init-early.sh, don't stop services twice when shutting down and lock prefixed output.</title>
<updated>2007-04-26T11:24:07+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2007-04-26T11:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=cf9aa106c615211abc642fc596c98a39d072dd5b'/>
<id>urn:sha1:cf9aa106c615211abc642fc596c98a39d072dd5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite the core parts in C. We now provide librc so other programs can</title>
<updated>2007-04-05T11:18:42+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2007-04-05T11:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=5af58b45146ab5253ca964738f4e45287bf963d4'/>
<id>urn:sha1:5af58b45146ab5253ca964738f4e45287bf963d4</id>
<content type='text'>
query runlevels, services and state without using bash. We also provide
libeinfo so other programs can easily use our informational functions.

As such, we have dropped the requirement of using bash as the init script
shell. We now use /bin/sh and have strived to make the scripts as portable
as possible. Shells that work are bash and dash. busybox works provided
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you
should disable find too.
zsh and ksh do not work at this time.

Networking support is currently being re-vamped also as it was heavily bash
array based. As such, a new config format is available like so
config_eth0="1.2.3.4/24 5.6.7.8/16"
or like so
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'"

We will still support the old bash array format provided that /bin/sh IS
a link it bash.

ChangeLog for baselayout-1 can be found in our SVN repo.

</content>
</entry>
</feed>
