Bootscripte an den IPFire angepasst.

Ramdisk bearbeitet und Diskettenimages entfernt.
PCMCIA-Utils entfernt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@381 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-06 12:55:49 +00:00
parent a10ae6cc7a
commit 55b4c7edc1
21 changed files with 359 additions and 401 deletions

View File

@@ -28,7 +28,7 @@ print <<END
<PRE>
END
;
open (FILE, '/home/httpd/html/iptables.txt');
open (FILE, '/srv/web/ipfire/html/iptables.txt');
while (<FILE>)
{
$iplines[$lines] = $_;
@@ -55,7 +55,7 @@ print <<END
<PRE>
END
;
open (FILEMAN, '/home/httpd/html/iptablesmangle.txt');
open (FILEMAN, '/srv/web/ipfire/html/iptablesmangle.txt');
while (<FILEMAN>)
{
$ipmanlines[$manlines] = $_;
@@ -82,7 +82,7 @@ print <<END
<PRE>
END
;
open (FILENAT, '/home/httpd/html/iptablesnat.txt');
open (FILENAT, '/srv/web/ipfire/html/iptablesnat.txt');
while (<FILENAT>)
{
$ipnatlines[$natlines] = $_;
@@ -103,6 +103,6 @@ END
&Header::closebigbox();
&Header::closepage();
system(rm -f "/home/httpd/html/iptables.txt");
system(rm -f "/home/httpd/html/iptablesmangle.txt");
system(rm -f "/home/httpd/html/iptablesnat.txt");
system(rm -f "/srv/web/ipfire/html/iptables.txt");
system(rm -f "/srv/web/ipfire/html/iptablesmangle.txt");
system(rm -f "/srv/web/ipfire/html/iptablesnat.txt");