summaryrefslogtreecommitdiff
path: root/openwrt/package/snort
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-12 03:52:27 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-12 03:52:27 +0000
commit0d27f51bd6c03bc36fb83ba8e12f4b71ad2f8387 (patch)
treef234c83e3e4f8a9a5169a6c36ecb3b8489d983c5 /openwrt/package/snort
parentc063c75e36cfdca329dbb62c89258fbfac6a8ed6 (diff)
downloadmtk-20170518-0d27f51bd6c03bc36fb83ba8e12f4b71ad2f8387.zip
mtk-20170518-0d27f51bd6c03bc36fb83ba8e12f4b71ad2f8387.tar.gz
mtk-20170518-0d27f51bd6c03bc36fb83ba8e12f4b71ad2f8387.tar.bz2
move init scripts and related out of ipkg/
SVN-Revision: 2637
Diffstat (limited to 'openwrt/package/snort')
-rw-r--r--openwrt/package/snort/Makefile6
-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 630ac12..9f26550 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 796a893..796a893 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 8c019c4..8c019c4 100644
--- a/openwrt/package/snort/ipkg/snort.init
+++ b/openwrt/package/snort/files/snort.init