move passwd from dropbear package to target_skeleton
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Mar 2005 17:49:11 +0000 (17:49 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Mar 2005 17:49:11 +0000 (17:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@441 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dropbear/Makefile
package/dropbear/files/passwd [deleted file]
target/default/target_skeleton/etc/passwd [new file with mode: 0644]

index 48d0068..9820354 100644 (file)
@@ -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/package/dropbear/files/passwd b/package/dropbear/files/passwd
deleted file mode 100644 (file)
index 23d8e62..0000000
+++ /dev/null
@@ -1 +0,0 @@
-root:!:0:0:root:/tmp:/bin/ash
diff --git a/target/default/target_skeleton/etc/passwd b/target/default/target_skeleton/etc/passwd
new file mode 100644 (file)
index 0000000..23d8e62
--- /dev/null
@@ -0,0 +1 @@
+root:!:0:0:root:/tmp:/bin/ash