diff options
Diffstat (limited to 'openwrt/package/snort')
-rw-r--r-- | openwrt/package/snort/Makefile | 6 | ||||
-rw-r--r-- | openwrt/package/snort/files/snort.default (renamed from openwrt/package/snort/ipkg/snort.default) | 0 | ||||
-rw-r--r-- | openwrt/package/snort/files/snort.init (renamed from openwrt/package/snort/ipkg/snort.init) | 0 |
3 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/snort/Makefile b/openwrt/package/snort/Makefile index 630ac127ec..9f265508f0 100644 --- a/openwrt/package/snort/Makefile +++ b/openwrt/package/snort/Makefile @@ -109,13 +109,11 @@ $(PKG_BUILD_DIR)/$(2): $(PKG_BUILD_DIR)/.prepared mv $(PKG_BUILD_DIR)/src/snort $(PKG_BUILD_DIR)/$(2) $$(IPKG_$(1)): $(PKG_BUILD_DIR)/.installed $(PKG_BUILD_DIR)/$(2) - rm -rf $$(IDIR_$(1)) - $(SCRIPT_DIR)/make-ipkg-dir.sh $$(IDIR_$(1)) ./ipkg/$(2).control $(3) $(4) install -m0644 ./ipkg/snort.conffiles $$(IDIR_$(1))/CONTROL/conffiles install -d -m0755 $$(IDIR_$(1))/etc/default - install -m0644 ./ipkg/snort.default $$(IDIR_$(1))/etc/default/snort + install -m0644 ./files/snort.default $$(IDIR_$(1))/etc/default/snort install -d -m0755 $$(IDIR_$(1))/etc/init.d - install -m0755 ./ipkg/snort.init $$(IDIR_$(1))/etc/init.d/snort + install -m0755 ./files/snort.init $$(IDIR_$(1))/etc/init.d/snort install -d -m0755 $$(IDIR_$(1))/etc/snort install -m0644 $(PKG_BUILD_DIR)/etc/snort.conf $$(IDIR_$(1))/etc/snort/ install -m0644 $(PKG_BUILD_DIR)/etc/classification.config $$(IDIR_$(1))/etc/snort/ diff --git a/openwrt/package/snort/ipkg/snort.default b/openwrt/package/snort/files/snort.default index 796a893b02..796a893b02 100644 --- a/openwrt/package/snort/ipkg/snort.default +++ b/openwrt/package/snort/files/snort.default diff --git a/openwrt/package/snort/ipkg/snort.init b/openwrt/package/snort/files/snort.init index 8c019c41d4..8c019c41d4 100644 --- a/openwrt/package/snort/ipkg/snort.init +++ b/openwrt/package/snort/files/snort.init |