From e3b19a88713ff0219e0976681846372fee8ed255 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 24 Mar 2005 21:23:31 +0000 Subject: [PATCH] remove conffiles for dropbear (was /etc/passwd) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@449 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/dropbear/Makefile | 1 - openwrt/package/dropbear/dropbear.conffiles | 1 - 2 files changed, 2 deletions(-) delete mode 100644 openwrt/package/dropbear/dropbear.conffiles diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 982035497..ef25b3ade 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/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/openwrt/package/dropbear/dropbear.conffiles b/openwrt/package/dropbear/dropbear.conffiles deleted file mode 100644 index 059086e3d..000000000 --- a/openwrt/package/dropbear/dropbear.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/passwd -- 2.20.1