View Issue Details

IDProjectCategoryView StatusLast Update
0000112easycwmpBugpublic2016-05-11 13:05
Reportertarakt Assigned Tomohamed.kallel  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformEasyCWMP 1.2.2 
Summary0000112: Service trigger does not work
DescriptionIn the easycwmpd init script service trigger does not work when full path of easycwmp config file is mentioned as below

service_triggers()
{
        procd_add_reload_trigger "/etc/config/easycwmp"
}


Instead, if the full path is replaced by just the config filename as below then service trigger works.

service_triggers()
{
        procd_add_reload_trigger easycwmp
}


TagsNo tags attached.
e-mail notification

Activities

mohamed.kallel

2016-01-12 09:17

administrator   ~0000372

Thanks, I will fix that in the next delivery

mohamed.kallel

2016-05-11 13:05

administrator   ~0000474

fixed in EasyCwmp-1.2.8

Issue History

Date Modified Username Field Change
2016-01-11 23:57 tarakt New Issue
2016-01-12 09:17 mohamed.kallel Note Added: 0000372
2016-05-11 13:05 mohamed.kallel Note Added: 0000474
2016-05-11 13:05 mohamed.kallel Status new => resolved
2016-05-11 13:05 mohamed.kallel Resolution open => fixed
2016-05-11 13:05 mohamed.kallel Assigned To => mohamed.kallel