diff options
author | Stan Grishin <stangri@melmac.net> | 2020-10-12 22:03:15 +0000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-12-03 23:28:43 -1000 |
commit | b4f1f9c9e42fbf9008d165fc32728996b417c599 (patch) | |
tree | f6f3d3f3f7f22cad53521e513b903b772515b73f /package/base-files/Makefile | |
parent | 9e7a0f45d8c4e8ccde67f80c24c7145be0130105 (diff) | |
download | upstream-b4f1f9c9e42fbf9008d165fc32728996b417c599.tar.gz upstream-b4f1f9c9e42fbf9008d165fc32728996b417c599.tar.bz2 upstream-b4f1f9c9e42fbf9008d165fc32728996b417c599.zip |
base-files: informative service command in /etc/shinit. service command shows services enabled/disabled and running status, when the service command is invoked with no/invalid arguments, like this:
Usage: service <service> [command]
The following services are available:
/etc/init.d/acme enabled stopped
/etc/init.d/boot enabled stopped
/etc/init.d/cron enabled running
/etc/init.d/dnsmasq enabled running
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index c06b534bea..0c612b73ca 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=238 +PKG_RELEASE:=239 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |