openwrtv3/package/base-files/files/etc/init.d
John Crispin 2ae05c57f8 package/*: remove useless explicit set of function returncode
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 <bittorf@bluebottle.com>

SVN-Revision: 42278
2014-08-25 06:35:50 +00:00
..
boot base-files: add a hardware detection layer 2014-08-18 13:09:17 +00:00
done base-files: make use of new fstools 2014-04-07 15:10:15 +00:00
led base-files: update copyright headers 2014-06-24 18:18:50 +00:00
sysctl base-files: fix whitespaces 2013-12-09 11:30:14 +00:00
sysfixtime base-files: fix argument order to date in sysfixtime so that it also works with musl 2014-06-07 16:14:47 +00:00
system package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
umount base-files: fix mount-utils incompatibility 2013-12-27 21:15:09 +00:00