Openwrt/package/base-files/files
Karel Kočí cc7316d1e9 base-files: fix enabled for services with only STOP
There are services that have only STOP value set. They are executed only
on shutdown and it is common to use them for system cleanup. There is
one such service shipped directly with base-files, it is 'umount'. Those
work the same way as those with START but enabled does not report them
as enabled although it should have as they can be enabled and disabled
as any other service.

This also changes check from check for executable to check for symbolic
link. The implementation depends on those being links to service file
and it is much cleaner and direct to check for them being links.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2021-06-22 09:45:27 -10:00
..
bin base-files: fix typo in config_generate MAC check 2021-06-14 22:29:49 +02:00
etc base-files: fix enabled for services with only STOP 2021-06-22 09:45:27 -10:00
lib base-files: redirect kill ouptut for ash, telnetd and dropbear 2021-06-20 15:15:32 -10:00
rom
sbin base-files: add logging for configuration import 2021-03-21 22:45:20 +01:00
usr