1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Karel Kočí 3ead9e7b74 fstools: block-mount: fix restart of fstab service
Restarting service causes file-systems to be unmounted without being
mounted back. When this service was obsoleted it should have been
implemented in a way that all actions are ignored. Up to this commit
default handler was called when restart was requested. This default
handler just simply calls stop and start. That means that stop called
unmount but start just printed that this service is obsoleted.

This instead implements restart that just prints same message like start
does. It just calls start in reality. This makes restart unavailable for
call.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-06-21 14:13:58 +02:00
..
base-files base-files: apply new sysctl.conf at postinst 2019-06-21 03:29:20 +00:00
boot treewide: fix syntax errors exposed after kconfig update 2019-06-20 14:16:08 +02:00
devel valgrind: Add support for ARM64 architecture 2019-05-14 20:28:41 +02:00
firmware kernel: package Broadcom BNX2X driver 2019-06-20 20:02:29 +02:00
kernel kernel: dm: add dm-raid for LVM raid 2019-06-20 20:02:29 +02:00
libs libjson-c: update to 0.13.1 2019-06-19 22:44:28 +02:00
network iproute2: update ctinfo support 2019-06-20 21:12:24 +01:00
system fstools: block-mount: fix restart of fstab service 2019-06-21 14:13:58 +02:00
utils treewide: fix syntax errors exposed after kconfig update 2019-06-20 14:16:08 +02:00
Makefile