projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36cfff4
)
procd: the helper script did not export all functions properly
author
John Crispin
<blogic@openwrt.org>
Tue, 18 Feb 2014 13:33:29 +0000
(13:33 +0000)
committer
John Crispin
<blogic@openwrt.org>
Tue, 18 Feb 2014 13:33:29 +0000
(13:33 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39612
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/system/procd/files/procd.sh
patch
|
blob
|
history
diff --git
a/package/system/procd/files/procd.sh
b/package/system/procd/files/procd.sh
index
73beaaf
..
9a37343
100644
(file)
--- 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 \