From: John Crispin Date: Tue, 18 Feb 2014 13:33:29 +0000 (+0000) Subject: procd: the helper script did not export all functions properly X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b71eb4b5df46a56e0f1acfac9e22dcc1f13d8c8d;p=openwrt%2Fstaging%2Fnbd.git procd: the helper script did not export all functions properly Signed-off-by: John Crispin SVN-Revision: 39612 --- diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index 73beaaf6b2..9a37343484 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -240,6 +240,8 @@ _procd_wrapper \ procd_close_trigger \ procd_open_instance \ procd_close_instance \ + procd_open_validate \ + procd_close_validate \ procd_set_param \ procd_append_param \ procd_add_validation \