From 5e22762db6347206298a823199d6e523d2dbf9e7 Mon Sep 17 00:00:00 2001 From: Alexander Poslavsky Date: Fri, 2 Nov 2007 10:02:07 +0000 Subject: added service model, should be able to start/stop shorewall git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@256 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 317c99c..2884d94 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,17 @@ APP_DIST=\ shorewall-controller.lua \ shorewall-html.lsp \ shorewall-read-html.lsp \ + shorewall-restart-html.lsp \ + shorewall-start-html.lsp \ + shorewall-stop-html.lsp \ shorewall.menu APP_CFG=\ firewall.cfg +APP_SRV=\ + firewall.srv + EXTRA_DIST=Makefile config.mk DISTFILES=$(APP_DIST) $(EXTRA_DIST) @@ -32,6 +38,8 @@ install: cp -a $(APP_DIST) "$(install_dir)" mkdir -p "$(cfgdir)" cp -a $(APP_CFG) "$(cfgdir)" + mkdir -p "$(srvdir)" + cp -a $(APP_SRV) "$(srvdir)" $(tarball): $(DISTFILES) rm -rf $(P) -- cgit v1.2.3