openwrt/package/base-files/files/etc
Alexandru Ardelean 28c350f2f0 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>
(cherry picked from commit c7ee30d53a)
2017-12-13 15:33:48 +01:00
..
board.d
hotplug.d/net
init.d base-files, mac80211, broadcom-wl: wifi detection and configuration 2016-11-03 11:08:01 +01:00
iproute2 base-files: add /etc/iproute2/rt_protos 2017-02-01 15:53:20 +01:00
rc.button base-files: Ensure reset only works if an overlay exists 2016-10-27 12:45:05 +02:00
sysctl.d
uci-defaults base-files: fix user creation on sysupgrade with few opkg control files 2017-01-27 10:10:02 +01:00
banner build: adjust version number handling 2016-12-02 16:02:02 +01:00
banner.failsafe
device_info
diag.sh
fstab
group
hosts
inittab
openwrt_release base-files: add ARCH_PACKAGES to openwrt_release and os-release 2017-01-16 13:29:47 +01:00
openwrt_version build: adjust version number handling 2016-12-02 16:02:02 +01:00
os-release
passwd
preinit
profile base-files: fix message of initscript wrapper 2017-01-02 16:47:59 +01:00
protocols
rc.common base-files: fix default procd reload 2017-12-13 15:33:48 +01:00
rc.local
services base-files: add submission service port 2017-12-13 14:39:51 +01:00
shadow
shells
sysctl.conf
sysupgrade.conf