<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-openrc, branch v0.1</title>
<subtitle>OpenRC's librc binding for Lua
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/'/>
<entry>
<title>use git tag in version</title>
<updated>2010-01-07T12:51:41+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T12:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=84f817704ce4a111e0a128543036d1d828f9d781'/>
<id>84f817704ce4a111e0a128543036d1d828f9d781</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 0.1</title>
<updated>2010-01-07T12:44:48+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T12:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=fad2796977c093521e6a75e70356f0a2daa6c532'/>
<id>fad2796977c093521e6a75e70356f0a2daa6c532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement sys() and service_states()</title>
<updated>2010-01-07T12:26:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T12:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=a5f70c621a932e52c493152ab459bd87bba96767'/>
<id>a5f70c621a932e52c493152ab459bd87bba96767</id>
<content type='text'>
sys() returns system type (i.e vserver, uml, etc)
service_states() returns a list of all service states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sys() returns system type (i.e vserver, uml, etc)
service_states() returns a list of all service states.
</pre>
</div>
</content>
</entry>
<entry>
<title>implemented service_daemons_crashed()</title>
<updated>2010-01-07T11:56:54+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T11:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=f44f7e591a16e2d9286b1c49f1ce95e2ba47555b'/>
<id>f44f7e591a16e2d9286b1c49f1ce95e2ba47555b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement services_scheduled()</title>
<updated>2010-01-07T10:57:42+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T10:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=cb086d6a96f84e16e2daea08af5ecc5148e9715e'/>
<id>cb086d6a96f84e16e2daea08af5ecc5148e9715e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement services_in_runlevel_stacked()</title>
<updated>2010-01-07T10:50:48+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T10:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=9846504866f0e05649b19090e4131b9425ecc7b8'/>
<id>9846504866f0e05649b19090e4131b9425ecc7b8</id>
<content type='text'>
introduce push_stringlist() to avoid dup code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
introduce push_stringlist() to avoid dup code
</pre>
</div>
</content>
</entry>
<entry>
<title>implement services_in_state()</title>
<updated>2010-01-07T10:22:54+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T10:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=c4557af95868e7fd9714907b75e79bcbf6e79a5a'/>
<id>c4557af95868e7fd9714907b75e79bcbf6e79a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>services_in_runlevel: the runlevel arg is optional</title>
<updated>2010-01-07T10:00:57+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T10:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=72f9f7e828679086a4c242d947cc3040ecdf910e'/>
<id>72f9f7e828679086a4c242d947cc3040ecdf910e</id>
<content type='text'>
calling it without arg will ist all runlevels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calling it without arg will ist all runlevels
</pre>
</div>
</content>
</entry>
<entry>
<title>implement services_in_runlevel()</title>
<updated>2010-01-07T09:52:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T09:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=8fd59356efa9f746a16e9d59fd0dd1fcdd132823'/>
<id>8fd59356efa9f746a16e9d59fd0dd1fcdd132823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service_state: optionally test service against a given state</title>
<updated>2010-01-07T09:46:40+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-01-07T09:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-openrc/commit/?id=c5a3277d422550883efbc9484f96521fbc5776bc'/>
<id>c5a3277d422550883efbc9484f96521fbc5776bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
