projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5888750
)
ubox: logd did not register its config.reload trigger properly
author
John Crispin
<john@openwrt.org>
Tue, 18 Feb 2014 13:33:43 +0000
(13:33 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 18 Feb 2014 13:33:43 +0000
(13:33 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39616
package/system/ubox/files/log.init
patch
|
blob
|
history
diff --git
a/package/system/ubox/files/log.init
b/package/system/ubox/files/log.init
index 548f9632bfaded2735da7c30029b37139cdc9a9c..bc8c4ed9581ffe29e271c7842e9b977ee6e61513 100644
(file)
--- a/
package/system/ubox/files/log.init
+++ b/
package/system/ubox/files/log.init
@@
-60,7
+60,7
@@
start_service_remote()
service_triggers()
{
- procd_add_
config_trigger "system" "/etc/init.d/log" "start
"
+ procd_add_
reload_trigger "system
"
procd_add_validation validate_log_section
}