ImmortalWrt/package/network/config/netifd/files
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
..
etc package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
lib netifd: suppress fw3 warnings in dhcp script 2014-07-30 13:17:56 +00:00
sbin netifd: update to latest version 2013-01-29 14:40:04 +00:00
usr/share/udhcpc packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00