mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
ttyd: remove the default insecure init script (#3271)
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
This commit is contained in:
+1
-4
@@ -29,7 +29,7 @@ define Package/ttyd
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Command-line tool for sharing terminal over the web
|
||||
DEPENDS:=+openssl +libjson-c +libpthread +libwebsockets-openssl
|
||||
DEPENDS:=+libopenssl +libjson-c +libpthread +libwebsockets-openssl
|
||||
URL:=https://github.com/tsl0922/ttyd
|
||||
SUBMENU:=Terminal
|
||||
MAINTAINER:=Shuanglei Tao <tsl0922@gmail.com>
|
||||
@@ -42,9 +42,6 @@ endef
|
||||
define Package/ttyd/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ttyd $(1)/usr/bin/
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/ttyd.init $(1)/etc/init.d/ttyd
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ttyd))
|
||||
|
||||
Reference in New Issue
Block a user