You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/services
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
10 years ago
..
authsae authsae: Update to latest version 10 years ago
dnsmasq dnsmasq: fix a race condition possibly leading to lockup 10 years ago
dropbear package/*: remove useless explicit set of function returncode 10 years ago
ead ead: clean up 10 years ago
hostapd hostapd: fix some whitespaces 10 years ago
igmpproxy igmpproxy: add missing include 10 years ago
ipset-dns procd: convert various packages to procd style init.d scripts 11 years ago
lldpd lldpd: build without libreadline 10 years ago
mdns mdns: add the new openwrt mdns daemon 10 years ago
odhcpd odhcpd: fix static lease behavior with dhcpv4 10 years ago
openvpn openvpn: fix compile error with musl 10 years ago
openvpn-easy-rsa openvpn-easy-rsa: restore essential patch to make it actually work on the target (#14324) 11 years ago
ppp ppp: enable IPv6CP by default 10 years ago
relayd package/*: remove useless explicit set of function returncode 10 years ago
samba36 samba36: update to minor version 3.6.24 10 years ago
uhttpd uhttpd: also bind to IPv6 by default 10 years ago