Openwrt/package/base-files/files/etc
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
..
config
hotplug.d/net
init.d package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
rc.button
uci-defaults
banner BB is branched, get ready for Chaos Calmer 2014-07-29 08:24:57 +00:00
device_info base-files: properly escape strings for version info 2014-07-29 13:30:23 +00:00
diag.sh
group
hosts
inittab
openwrt_release base-files: properly escape strings for version info 2014-07-29 13:30:23 +00:00
openwrt_version
passwd
preinit
profile
protocols
rc.common rc.common: when reloading a service using procd, fall back to calling start instead of restart 2014-07-03 06:21:49 +00:00
rc.local
services
shadow
shells
sysctl.conf base-files: increase igmp_max_memberships to improve multicast-proxy handling 2014-08-20 10:18:40 +00:00
sysupgrade.conf