diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 21:23:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 21:23:31 +0000 |
commit | e08ddab70481a09bf623a5fa8d9c732760d203ed (patch) | |
tree | ea7ed4451a29c67cc99e419aa34ff67f3c4ba27c | |
parent | 8c9a9dcce8139b94463f9a1448994474a94253bf (diff) | |
download | upstream-e08ddab70481a09bf623a5fa8d9c732760d203ed.tar.gz upstream-e08ddab70481a09bf623a5fa8d9c732760d203ed.tar.bz2 upstream-e08ddab70481a09bf623a5fa8d9c732760d203ed.zip |
remove conffiles for dropbear (was /etc/passwd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@449 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/dropbear/Makefile | 1 | ||||
-rw-r--r-- | package/dropbear/dropbear.conffiles | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 9820354971..ef25b3ade5 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -54,7 +54,6 @@ $(DROPBEAR_DIR)/$(DROPBEAR_BINARY): $(DROPBEAR_DIR)/.configured $(PACKAGE_DIR)/$(DROPBEAR_IPK): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY) $(SCRIPT_DIR)/make-ipkg-dir.sh $(DROPBEAR_IPK_DIR) dropbear.control $(DROPBEAR_VERSION)-1 $(ARCH) - cp dropbear.conffiles $(DROPBEAR_IPK_DIR)/CONTROL/conffiles mkdir -p $(DROPBEAR_IPK_DIR)/usr/bin mkdir -p $(DROPBEAR_IPK_DIR)/usr/sbin install -m 755 $(DROPBEAR_DIR)/$(DROPBEAR_BINARY) \ diff --git a/package/dropbear/dropbear.conffiles b/package/dropbear/dropbear.conffiles deleted file mode 100644 index 059086e3d9..0000000000 --- a/package/dropbear/dropbear.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/passwd |