From: Felix Fietkau Date: Thu, 24 Mar 2005 17:49:11 +0000 (+0000) Subject: move passwd from dropbear package to target_skeleton X-Git-Tag: reboot~33270 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f655c0756e1583ff6c6cf92a2ed0787c55aa1f6;p=oweals%2Fopenwrt.git move passwd from dropbear package to target_skeleton SVN-Revision: 441 --- diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 48d0068c4f..9820354971 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -65,7 +65,6 @@ $(PACKAGE_DIR)/$(DROPBEAR_IPK): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY) ln -sf ../sbin/dropbear $(DROPBEAR_IPK_DIR)/usr/bin/dropbearkey ln -sf ../sbin/dropbear $(DROPBEAR_IPK_DIR)/usr/bin/dropbearconvert mkdir -p $(DROPBEAR_IPK_DIR)/etc/init.d - cp ./files/passwd $(DROPBEAR_IPK_DIR)/etc cp ./files/S50dropbear $(DROPBEAR_IPK_DIR)/etc/init.d/ chmod a+x $(DROPBEAR_IPK_DIR)/etc/init.d/S50dropbear $(IPKG_BUILD) $(DROPBEAR_IPK_DIR) $(PACKAGE_DIR) diff --git a/openwrt/package/dropbear/files/passwd b/openwrt/package/dropbear/files/passwd deleted file mode 100644 index 23d8e62933..0000000000 --- a/openwrt/package/dropbear/files/passwd +++ /dev/null @@ -1 +0,0 @@ -root:!:0:0:root:/tmp:/bin/ash diff --git a/openwrt/target/default/target_skeleton/etc/passwd b/openwrt/target/default/target_skeleton/etc/passwd new file mode 100644 index 0000000000..23d8e62933 --- /dev/null +++ b/openwrt/target/default/target_skeleton/etc/passwd @@ -0,0 +1 @@ +root:!:0:0:root:/tmp:/bin/ash