Skip to content

Commit

Permalink
Merge pull request openwrt#3272 from tsl0922/ttyd
Browse files Browse the repository at this point in the history
ttyd: remove the default insecure init script (openwrt#3271)
  • Loading branch information
hnyman authored Oct 1, 2016
2 parents 81f85d1 + fbdcdd8 commit 139dbf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
5 changes: 1 addition & 4 deletions utils/ttyd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand All @@ -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))
26 changes: 0 additions & 26 deletions utils/ttyd/files/ttyd.init

This file was deleted.

0 comments on commit 139dbf9

Please sign in to comment.