From: Felix Fietkau Date: Sun, 3 Apr 2005 12:10:23 +0000 (+0000) Subject: move arpwatch arp.dat to /etc/arpwatch/ and add it to conffiles X-Git-Tag: reboot~33171 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=171aa0c1091b4a6d81a4fdfb50f9ede4902bdb25;p=oweals%2Fopenwrt.git move arpwatch arp.dat to /etc/arpwatch/ and add it to conffiles SVN-Revision: 541 --- diff --git a/openwrt/package/arpwatch/Makefile b/openwrt/package/arpwatch/Makefile index 023ed6805b..35a3280ade 100644 --- a/openwrt/package/arpwatch/Makefile +++ b/openwrt/package/arpwatch/Makefile @@ -45,16 +45,17 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.unpacked touch $(PKG_BUILD_DIR)/.configured $(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.configured - $(MAKE) CC=$(TARGET_CC) -C $(PKG_BUILD_DIR) + $(MAKE) CC=$(TARGET_CC) ARPDIR=/etc/arpwatch -C $(PKG_BUILD_DIR) $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME) $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + cp arpwatch.conffiles $(PKG_IPK_DIR)/CONTROL/conffiles mkdir -p $(PKG_IPK_DIR)/usr/sbin cp $(PKG_BUILD_DIR)/arpwatch $(PKG_IPK_DIR)/usr/sbin/ cp $(PKG_BUILD_DIR)/arpsnmp $(PKG_IPK_DIR)/usr/sbin/ $(STRIP) $(PKG_IPK_DIR)/usr/sbin/* - mkdir $(PKG_IPK_DIR)/usr/arpwatch - cp $(PKG_BUILD_DIR)/arp.dat $(PKG_IPK_DIR)/usr/arpwatch/ + mkdir -p $(PKG_IPK_DIR)/etc/arpwatch + cp $(PKG_BUILD_DIR)/arp.dat $(PKG_IPK_DIR)/etc/arpwatch/ mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) diff --git a/openwrt/package/arpwatch/arpwatch.conffiles b/openwrt/package/arpwatch/arpwatch.conffiles new file mode 100644 index 0000000000..9b9d8b3f6a --- /dev/null +++ b/openwrt/package/arpwatch/arpwatch.conffiles @@ -0,0 +1 @@ +/etc/arpwatch/arp.dat