Update of /cvsroot/routingtools/tools/sysconfig
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28794/sysconfig
Modified Files:
firewall shaper
Log Message:
- Added license, GPL and info stuff, authors, etc...
Index: firewall
===================================================================
RCS file: /cvsroot/routingtools/tools/sysconfig/firewall,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** firewall 26 Jul 2005 19:45:59 -0000 1.8
--- firewall 26 Jul 2005 20:14:54 -0000 1.9
***************
*** 1,7 ****
- # Copyright (c) 1998-2002 Kai Krakow. All rights reserved.
- # Modifications allowed - see GPL.
#
# Firewall Configuration
#
# outer and inner devices (seperated by spaces or use ippp+ ie.)
--- 1,12 ----
#
+ # Stateful NAT Firewall
# Firewall Configuration
#
+ # This file is part of the routingtools package, see
+ # http://sf.net/projects/routingtools/
+ #
+ #
+ # Distributed under the terms of the GNU General Public License v2
+ #
# outer and inner devices (seperated by spaces or use ippp+ ie.)
Index: shaper
===================================================================
RCS file: /cvsroot/routingtools/tools/sysconfig/shaper,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** shaper 26 Jul 2005 19:45:59 -0000 1.9
--- shaper 26 Jul 2005 20:14:54 -0000 1.10
***************
*** 1,8 ****
#!/bin/bash
- # ISP Link Flow Control
- # Modifications allowed - see GPL.
#
# Shaper Configuration
#
# measured uplink speed without traffic shaper (do not use values from provider' papers!)
--- 1,13 ----
#!/bin/bash
#
+ # ISP Link Flow Control
# Shaper Configuration
#
+ # This file is part of the routingtools package, see
+ # http://sf.net/projects/routingtools/
+ #
+ #
+ # Distributed under the terms of the GNU General Public License v2
+ #
# measured uplink speed without traffic shaper (do not use values from provider' papers!)
|