<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/examples/var_service, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2019-04-21T12:30:19+00:00</updated>
<entry>
<title>examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"</title>
<updated>2019-04-21T12:30:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-21T12:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1e9a4f56f574471707244db9f7038ad0581dec16'/>
<id>urn:sha1:1e9a4f56f574471707244db9f7038ad0581dec16</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>service examples: if iface do not exist, retry upping it</title>
<updated>2019-04-05T16:41:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-05T16:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1e474d3d933bfe56a7f4eab17cf58cc6dd6a881d'/>
<id>urn:sha1:1e474d3d933bfe56a7f4eab17cf58cc6dd6a881d</id>
<content type='text'>
I've had a case of a machine where eth0 was appearing a bit later
after the boot, and appearing _downed_. ifplugd then fails to detect
"link up". Thus, depending on how service startup
("ip link set dev eth0 up") races with driver initialization,
ethernet randomly fails to initialize on boot.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dhcp service example: rewrite "private network to mask" as case statement</title>
<updated>2019-02-08T09:37:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-08T09:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=5a387e26c2460428d4d5d9a2b2f074a31a994da1'/>
<id>urn:sha1:5a387e26c2460428d4d5d9a2b2f074a31a994da1</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dhcp service example: cater for servers hot giving subnet and/or router</title>
<updated>2019-02-05T16:48:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-05T16:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2feaba1d8dc2893d9f1064673e500312eaa70777'/>
<id>urn:sha1:2feaba1d8dc2893d9f1064673e500312eaa70777</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>service examples: do not respawn supplicant too often</title>
<updated>2019-02-02T18:06:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-02T18:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=e17e8d4b7da27f28956253104218d53328f31995'/>
<id>urn:sha1:e17e8d4b7da27f28956253104218d53328f31995</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>service examples: ifplugd -M to prevents frequent respawning</title>
<updated>2019-01-18T13:17:02+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-01-18T13:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=f7235cc89f21268162ede9e010dc2b7b20b53377'/>
<id>urn:sha1:f7235cc89f21268162ede9e010dc2b7b20b53377</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/var_service: add /var/run flag file to ntp.script</title>
<updated>2018-07-26T11:45:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-07-26T11:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=871bd2abaccd042cba757831fc4461806e8f446d'/>
<id>urn:sha1:871bd2abaccd042cba757831fc4461806e8f446d</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/var_service/: use standard logger script, viewer and pager scripts</title>
<updated>2018-07-03T21:23:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-07-03T21:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=14339191afc5d77205487e3365ca2569f86afd44'/>
<id>urn:sha1:14339191afc5d77205487e3365ca2569f86afd44</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/var_service/: use "svc" for service commands, other tweaks</title>
<updated>2018-07-03T15:02:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-07-03T15:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=aa75a7da7f3b0bb50be82f535244137bae423fa8'/>
<id>urn:sha1:aa75a7da7f3b0bb50be82f535244137bae423fa8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples: update /var/service/getty for Unicode ttys</title>
<updated>2018-06-23T11:55:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-06-23T11:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=e56e091d650494e4894d24e33ab2cdb7b57dc686'/>
<id>urn:sha1:e56e091d650494e4894d24e33ab2cdb7b57dc686</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
