From: Kai K. <hur...@us...> - 2005-07-26 20:15:04
|
Update of /cvsroot/routingtools/tools/rc.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28794/rc.d Modified Files: firewall shaper Log Message: - Added license, GPL and info stuff, authors, etc... Index: firewall =================================================================== RCS file: /cvsroot/routingtools/tools/rc.d/firewall,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** firewall 26 Jul 2005 19:45:58 -0000 1.32 --- firewall 26 Jul 2005 20:14:53 -0000 1.33 *************** *** 1,9 **** #!/bin/bash - # Copyright (c) 1998-2002 Kai Krakow. All rights reserved. - # Modifications allowed - see GPL. # ! # Author: Kai Krakow <hur...@ka...>, 1998-2002 ! # http://www.kaishome.de/ ! # Version: 3.3.2pre # ### BEGIN INIT INFO --- 1,12 ---- #!/bin/bash # ! # Stateful NAT Firewall ! # ! # 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 ! # # ### BEGIN INIT INFO Index: shaper =================================================================== RCS file: /cvsroot/routingtools/tools/rc.d/shaper,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** shaper 26 Jul 2005 19:45:58 -0000 1.30 --- shaper 26 Jul 2005 20:14:53 -0000 1.31 *************** *** 1,5 **** #!/bin/bash # ISP Link Flow Control ! # Modifications allowed - see GPL. # ### BEGIN INIT INFO --- 1,12 ---- #!/bin/bash + # # ISP Link Flow Control ! # ! # 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 ! # # ### BEGIN INIT INFO |