Преглед изворни кода

base-files: add enabled commands to service rc.common

Add missing enbaled command help output.

Signed-off-by: Florian Eckert <[email protected]>
Florian Eckert пре 6 година
родитељ
комит
91c61aae20
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      package/base-files/Makefile
  2. 1 0
      package/base-files/files/etc/rc.common

+ 1 - 1
package/base-files/Makefile

@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk
 include $(INCLUDE_DIR)/feeds.mk
 include $(INCLUDE_DIR)/feeds.mk
 
 
 PKG_NAME:=base-files
 PKG_NAME:=base-files
-PKG_RELEASE:=214
+PKG_RELEASE:=215
 PKG_FLAGS:=nonshared
 PKG_FLAGS:=nonshared
 
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/

+ 1 - 0
package/base-files/files/etc/rc.common

@@ -73,6 +73,7 @@ Available commands:
 	reload	Reload configuration files (or restart if service does not implement reload)
 	reload	Reload configuration files (or restart if service does not implement reload)
 	enable	Enable service autostart
 	enable	Enable service autostart
 	disable	Disable service autostart
 	disable	Disable service autostart
+	enabled	Check if service is started on boot
 $EXTRA_HELP
 $EXTRA_HELP
 EOF
 EOF
 }
 }