bbruns 2014-04-12 15:20:58 +00:00
父節點 e25bcb78b0
當前提交 d05f450d00
共有 4 個文件被更改,包括 7 次插入4 次删除

查看文件

@ -1,6 +1,6 @@
2.00 Alpha 2 - 04/11/2014
- Slightly better documentation
- Module loading for netfilter helpers
- Kernel module loading - 4/11/2014
2.00 Alpha 1 - 04/10/2014
- Complete code rewrite and restructure to solve some long standing issues with v1

查看文件

@ -7,6 +7,8 @@ install:
$(DESTDIR)$(PREFIX)/etc/srfirewall
cp -r bin/* $(DESTDIR)$(PREFIX)/bin/
cp -r lib/* $(DESTDIR)$(PREFIX)/lib/srfirewall/
install-etc:
cp -r etc/* $(DESTDIR)$(PREFIX)/etc/srfirewall/
install-docs:

查看文件

@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Static config options, normally do not need to change
FW_VERSION="2.0 PreAlpha 1"
FW_VERSION="2.0 Alpha 2"
# Important directory locations
FWPREFIX="/usr/local"

5
debian/rules vendored
查看文件

@ -7,5 +7,6 @@
%:
dh $@
#override_dh_auto_install:
# $(MAKE) DESTDIR=$$(pwd)/debian/srfirewall PREFIX=/usr install
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/srfirewall PREFIX=/usr install
$(MAKE) DESTDIR=$$(pwd)/debian/srfirewall PREFIX=/usr install-etc