<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/utils/busybox/files/sysntpd, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>ntp: add hotplug class for ntp-events</title>
<updated>2014-11-28T11:41:25+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-11-28T11:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=016d6acde5984a68e1904e21fdca32053e4c0dca'/>
<id>016d6acde5984a68e1904e21fdca32053e4c0dca</id>
<content type='text'>
Based on a patch by Luiz Angelo Daros de Luca

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on a patch by Luiz Angelo Daros de Luca

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43421
</pre>
</div>
</content>
</entry>
<entry>
<title>package/*: remove useless explicit set of function returncode</title>
<updated>2014-08-25T06:35:50+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-08-25T06:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2ae05c57f8d4cb557a5ea733c2795b8462f00062'/>
<id>2ae05c57f8d4cb557a5ea733c2795b8462f00062</id>
<content type='text'>
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
	fire_command

	return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42278
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
	fire_command

	return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42278
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: fix validation in sysntpd init script</title>
<updated>2014-06-30T10:11:18+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-06-30T10:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9dd205b2ad5cdb761ebbc93b1c794942b8cb9a6f'/>
<id>9dd205b2ad5cdb761ebbc93b1c794942b8cb9a6f</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41415
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: use ntp enabled config option</title>
<updated>2014-06-27T07:55:03+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-27T07:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a51588a5f9a5c62206b467def65a13219f2fe0ad'/>
<id>a51588a5f9a5c62206b467def65a13219f2fe0ad</id>
<content type='text'>
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41355
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41355
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: fix processing of multiple NTP servers in the config (#15294)</title>
<updated>2014-03-17T14:52:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-03-17T14:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f960a1fdb0f98c64e513845d5b12913aaef3e63f'/>
<id>f960a1fdb0f98c64e513845d5b12913aaef3e63f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 39935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 39935
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: do not abort sysntpd init if enable_server is unset, that variable just controls the server part for relaying NTP</title>
<updated>2013-11-28T11:28:40+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-11-28T11:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1527f96ca6e196fa17c96fdb3ae520158fa5943f'/>
<id>1527f96ca6e196fa17c96fdb3ae520158fa5943f</id>
<content type='text'>
SVN-Revision: 38936
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 38936
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: fixup 2 wrong option types</title>
<updated>2013-11-13T11:07:24+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-11-13T11:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a9cfb4b827af79903c9db0c3113c7074a2c9b804'/>
<id>a9cfb4b827af79903c9db0c3113c7074a2c9b804</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38789
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38789
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: convert services to the new validation api</title>
<updated>2013-11-13T10:49:41+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-11-13T10:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1f938570927a03713b0aae1626aebaa0db4fb4f5'/>
<id>1f938570927a03713b0aae1626aebaa0db4fb4f5</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38787
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38787
</pre>
</div>
</content>
</entry>
<entry>
<title>fix various init scripts</title>
<updated>2013-09-23T21:58:36+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2013-09-23T21:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ef5f83620738c07f4e67042c80578882418aaf0c'/>
<id>ef5f83620738c07f4e67042c80578882418aaf0c</id>
<content type='text'>
Changes include:

* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 38142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes include:

* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 38142
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: convert various packages to procd style init.d scripts</title>
<updated>2013-09-17T21:45:30+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-09-17T21:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f87409440298121ae1fbd718a17267cc180438e4'/>
<id>f87409440298121ae1fbd718a17267cc180438e4</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38023
</pre>
</div>
</content>
</entry>
</feed>
