<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/debianutils, branch 1_00_pre4</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00_pre4</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00_pre4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2003-11-21T21:54:07+00:00</updated>
<entry>
<title>Fix warning</title>
<updated>2003-11-21T21:54:07+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-21T21:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c'/>
<id>urn:sha1:d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEW APPLET: pipe_progress, used by debian installer</title>
<updated>2003-11-14T10:04:33+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-14T10:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e9080c9f4170b6634f8f8373874e758f48df9127'/>
<id>urn:sha1:e9080c9f4170b6634f8f8373874e758f48df9127</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a bug where `which' doesn't check whether the file passed as an argument</title>
<updated>2003-10-29T04:50:35+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-10-29T04:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=984b45142a1771edcd28c9f7e2fa3269e7e2dde3'/>
<id>urn:sha1:984b45142a1771edcd28c9f7e2fa3269e7e2dde3</id>
<content type='text'>
is a regular file, patch by Arthur Othieno
</content>
</entry>
<entry>
<title>sigh</title>
<updated>2003-10-22T11:36:55+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T11:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e78fe2414b14ba67e514384f5c100e1fb867bfb6'/>
<id>urn:sha1:e78fe2414b14ba67e514384f5c100e1fb867bfb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tomasz Motylewski reported that the 'which' applet does not find</title>
<updated>2003-10-22T10:38:22+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T10:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=514633bf3f4f941d3ba1bb47cc46c31734574cf6'/>
<id>urn:sha1:514633bf3f4f941d3ba1bb47cc46c31734574cf6</id>
<content type='text'>
files when the full file PATH is specified.

This patch from Arthur Othieno fixes it.
</content>
</entry>
<entry>
<title>Patch from Eric Spakman to update "run-parts" help text in Config.in.</title>
<updated>2003-08-06T09:43:09+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-08-06T09:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dc19af4179161bdc80ea4d382a116e916a43ac9d'/>
<id>urn:sha1:dc19af4179161bdc80ea4d382a116e916a43ac9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not require that the signal number be specified</title>
<updated>2003-07-30T08:29:56+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-07-30T08:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=08804ceaf106cc1aec5d23b529aba31939354fcd'/>
<id>urn:sha1:08804ceaf106cc1aec5d23b529aba31939354fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bruno Randolf writes:</title>
<updated>2003-07-29T07:05:40+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-07-29T07:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2a186890ee664be41b8f9ea572a9ae3498f06eca'/>
<id>urn:sha1:2a186890ee664be41b8f9ea572a9ae3498f06eca</id>
<content type='text'>
this patch fixes run_parts when it's called by ifupdown. 1) argv has to be a
NULL terminated char* array, not just a string. 2) run_parts now explicitly
sets the environment. this environment is populated from the
/etc/network/interfaces config file and is needed by the scripts in
/etc/network/if-pre-up.d/. when run-parts is called from the command line the
environment is taken from the current process.


Vladimir Oleynik then wrote:

You can simplify this if use:

+       bb_xasprintf(&amp;buf[0], "/etc/network/if-%s.d", opt);
+       buf[1] = NULL;
+
+       run_parts(&amp;buf, 2, environ);
+       free(buf[0]);

--w
vodz
</content>
</entry>
<entry>
<title>Move start_stop_daemon to debianutils.</title>
<updated>2003-07-26T09:16:00+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-07-26T09:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a1ed06b04739d85389fe23e78e97556864b77c64'/>
<id>urn:sha1:a1ed06b04739d85389fe23e78e97556864b77c64</id>
<content type='text'>
Cleanup run_parts a bit and add long opts
</content>
</entry>
<entry>
<title>cleanup and add long options</title>
<updated>2003-07-26T09:10:35+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-07-26T09:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=aa820dbc00860a2ddcb7a0205345ffe39c7d18d7'/>
<id>urn:sha1:aa820dbc00860a2ddcb7a0205345ffe39c7d18d7</id>
<content type='text'>
</content>
</entry>
</feed>
