openwrtv4/package/base-files/files
Alexandru Ardelean c7ee30d53a base-files: fix default procd reload
Bug introduced with 6713694.

I did not count on procd handling reload as mentioned
in this doc:
https://wiki.openwrt.org/inbox/procd-init-scripts

```
procd_set_param file /var/etc/your_service.conf # /etc/init.d/your_service reload will restart the daemon if these files have changed
procd_set_param netdev dev # likewise, except if dev's ifindex changes.
procd_set_param data name=value ... # likewise, except if this data changes.
```

The service would be restarted regardless of any of those params.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-05-20 20:43:45 +02:00
..
bin base-files: uppercase default hostname: LEDE 2017-01-26 18:10:10 +01:00
etc base-files: fix default procd reload 2017-05-20 20:43:45 +02:00
lib base-files: add led functions to uci-defaults.sh 2017-05-14 21:45:50 +02:00
rom rename default/ to files/ 2006-11-22 23:30:57 +00:00
sbin base-files: Added a deprecation notice on wifi detect 2017-02-13 10:24:32 +01:00
usr base-files: add ARCH_PACKAGES to openwrt_release and os-release 2017-01-16 13:29:47 +01:00