Don't exit in functions.

This commit is contained in:
Roy Marples 2007-12-06 10:49:11 +00:00
parent a178d53202
commit d3436344ee

View File

@ -40,7 +40,7 @@ depend() {
start_pre() {
if [ ! -r "${ntpd_config}" ]; then
eerror "${ntpd_config} is not readable"
exit 1
return 1
fi
if [ -n "${ntpd_chroot}" ]; then