dropbear: Install /etc/config as 600
/etc/config/dropbear is used by the init script which only runs as root. Small whitespace change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
add4871582
commit
7651e254d5
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dropbear
|
PKG_NAME:=dropbear
|
||||||
PKG_VERSION:=2017.75
|
PKG_VERSION:=2017.75
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=8
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
|
@ -61,7 +61,7 @@ endef
|
||||||
|
|
||||||
define Package/dropbear/conffiles
|
define Package/dropbear/conffiles
|
||||||
/etc/dropbear/dropbear_rsa_host_key
|
/etc/dropbear/dropbear_rsa_host_key
|
||||||
/etc/config/dropbear
|
/etc/config/dropbear
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dropbearconvert
|
define Package/dropbearconvert
|
||||||
|
@ -138,7 +138,7 @@ define Package/dropbear/install
|
||||||
$(LN) ../sbin/dropbear $(1)/usr/bin/dbclient
|
$(LN) ../sbin/dropbear $(1)/usr/bin/dbclient
|
||||||
$(LN) ../sbin/dropbear $(1)/usr/bin/dropbearkey
|
$(LN) ../sbin/dropbear $(1)/usr/bin/dropbearkey
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_DATA) ./files/dropbear.config $(1)/etc/config/dropbear
|
$(INSTALL_CONF) ./files/dropbear.config $(1)/etc/config/dropbear
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
|
$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/opkg/info
|
$(INSTALL_DIR) $(1)/usr/lib/opkg/info
|
||||||
|
|
Loading…
Reference in a new issue