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 base-files: add enabled config option for ntp service 2014-06-27 07:52:06 +00:00
hotplug.d/net
init.d package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
rc.button base-files: /etc/rc.button/power should be executable 2014-06-03 06:52:46 +00:00
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 /lib/functions.sh: move rarely used mtd and macaddr related functions to /lib/functions/system.sh 2014-04-07 10:29:47 +00:00
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 the root password should be empty for real, like before 2014-02-21 10:39:14 +00:00
shells
sysctl.conf base-files: increase igmp_max_memberships to improve multicast-proxy handling 2014-08-20 10:18:40 +00:00
sysupgrade.conf