+ ![]() |
+
+
+ $h2+END + ; +} + sub closepage () { my $status = &connectionstatus(); $uptime = `/usr/bin/uptime`; diff --git a/config/etc/profile b/config/etc/profile index 87fe550ad..efb60d83a 100644 --- a/config/etc/profile +++ b/config/etc/profile @@ -46,4 +46,4 @@ echo -n -e '\033%G' export LANG PS1 # Enable colors for applications like mc.... -export TERM=xterm-color +export TERM=linux diff --git a/config/grub/grub.conf b/config/grub/grub.conf index 1bd1cc0c3..8c2152caa 100644 --- a/config/grub/grub.conf +++ b/config/grub/grub.conf @@ -3,23 +3,63 @@ default saved foreground = 16064e background = ffffff splashimage (hd0,0)/grub/ipfire.xpm.gz -title IPFire +title IPFire (1024x768) root (hd0,0) kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro initrd /initrd.splash savedefault -title IPFire SMP +title IPFire (800x600) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 acpi=off vga=788 splash=silent ro + initrd /initrd.splash + savedefault +title IPFire (text) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 acpi=off ro + initrd /initrd.splash + savedefault +title IPFire SMP (1024x768) root (hd0,0) kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro initrd /initrd.splash savedefault -title IPFire (ACPI enabled) +title IPFire SMP (800x600) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=788 splash=silent ro + initrd /initrd.splash + savedefault +title IPFire SMP (text) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro + initrd /initrd.splash + savedefault +title IPFire (ACPI enabled) (1024x768) root (hd0,0) kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro initrd /initrd.splash savedefault -title IPFire SMP (ACPI HT enabled) +title IPFire (ACPI enabled) (800x600) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 vga=788 splash=silent ro + initrd /initrd.splash + savedefault +title IPFire (ACPI enabled) (text) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 ro + initrd /initrd.splash + savedefault +title IPFire SMP (ACPI HT enabled) (1024x768) root (hd0,0) kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro initrd /initrd.splash savedefault +title IPFire SMP (ACPI HT enabled) (800x600) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=788 splash=silent ro + initrd /initrd.splash + savedefault +title IPFire SMP (ACPI HT enabled) (text) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro + initrd /initrd.splash + savedefault diff --git a/config/grub/scsigrub.conf b/config/grub/scsigrub.conf index 4b8e72cbc..e0c601efa 100644 --- a/config/grub/scsigrub.conf +++ b/config/grub/scsigrub.conf @@ -3,23 +3,63 @@ default saved foreground = 16064e background = ffffff splashimage (hd0,0)/grub/ipfire.xpm.gz -title IPFire +title IPFire (1024x768) root (hd0,0) kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw initrd /ipfirerd.img savedefault -title IPFire SMP +title IPFire (800x600) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=788 splash=silent rw + initrd /ipfirerd.img + savedefault +title IPFire (text) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off rw + initrd /ipfirerd.img + savedefault +title IPFire SMP (1024x768) root (hd0,0) kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw initrd /ipfirerd-smp.img savedefault -title IPFire (ACPI enabled) +title IPFire SMP (800x600) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=788 splash=silent rw + initrd /ipfirerd-smp.img + savedefault +title IPFire SMP (text) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off rw + initrd /ipfirerd-smp.img + savedefault +title IPFire (ACPI enabled) (1024x768) root (hd0,0) kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw initrd /ipfirerd.img savedefault -title IPFire SMP (ACPI HT enabled) +title IPFire (ACPI enabled) (800x600) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=788 splash=silent rw + initrd /ipfirerd.img + savedefault +title IPFire (ACPI enabled) (text) + root (hd0,0) + kernel /vmlinuz root=ROOT panic=10 init=/linuxrc rw + initrd /ipfirerd.img + savedefault +title IPFire SMP (ACPI HT enabled) (1024x768) root (hd0,0) kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw initrd /ipfirerd-smp.img savedefault +title IPFire SMP (ACPI HT enabled) (800x600) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=788 splash=silent rw + initrd /ipfirerd-smp.img + savedefault +title IPFire SMP (ACPI HT enabled) (text) + root (hd0,0) + kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht rw + initrd /ipfirerd-smp.img + savedefault diff --git a/doc/packages-list.txt b/doc/packages-list.txt index c696a6eea..136fcb3e8 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -1,4 +1,4 @@ -====== List of softwares used to build IPFire Version: 1.4 ====== +====== List of softwares used to build IPFire Version: 2.0 ====== * 3c5x9setup-1.00 * 3cp4218-2003-10-22 * Archive-Tar-1.29 diff --git a/html/cgi-bin/changepw.cgi b/html/cgi-bin/changepw.cgi index 037a8a543..af9719d10 100644 --- a/html/cgi-bin/changepw.cgi +++ b/html/cgi-bin/changepw.cgi @@ -61,7 +61,7 @@ if ($cgiparams{'ACTION_DIAL'} eq $Lang::tr{'save'}) } elsif (length($password1) >= 6) { - system('/usr/bin/htpasswd', '-b', "${General::swroot}/auth/users", 'dial', "${password1}"); + system('/usr/bin/htpasswd', '-m', '-b', "${General::swroot}/auth/users", 'dial', "${password1}"); &General::log($Lang::tr{'dial user password has been changed'}); } else { diff --git a/html/cgi-bin/hddgraph.cgi b/html/cgi-bin/hardwaregraphs.cgi similarity index 100% rename from html/cgi-bin/hddgraph.cgi rename to html/cgi-bin/hardwaregraphs.cgi diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 95f479dbb..832cd1053 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1503,7 +1503,8 @@ 'scheduled actions' => 'Geplante Aktionen', 'scheduler' => 'Scheduler', 'select profile' => 'Wähle Profil', -'up' => 'Hoch', +'up' => 'Hoch', +'hardware graphs' => 'Hardware-Diagramme', ); diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 6598cad0c..e027047a2 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1536,6 +1536,7 @@ 'scheduled actions' => 'Scheduled actions', 'scheduler' => 'Scheduler', 'select profile' => 'Select profile', -'up' => 'Up', +'up' => 'Up', +'hardware graphs' => 'hardware graphs', ); diff --git a/lfs/apache b/lfs/apache index effe2f937..ec5b0dda4 100644 --- a/lfs/apache +++ b/lfs/apache @@ -126,7 +126,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) chown -R root:root /home/httpd chmod -R 755 /home/httpd/cgi-bin chmod -R 644 /home/httpd/html - chmod 755 /home/httpd/html /home/httpd/html/{index.cgi,images,include} + chmod 755 /home/httpd/html /home/httpd/html/{index.cgi,redirect.cgi,dial.cgi,images,include} # backup directory needs nobody:nobody permissions diff --git a/lfs/configroot b/lfs/configroot index ea44180cd..46837f033 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -62,7 +62,7 @@ $(TARGET) : dhcp/fixleases dhcp/advoptions dmzholes/config ethernet/aliases ethernet/settings \ isdn/settings main/hosts main/settings optionsfw/settings outgoing/settings outgoing/rules pakfire/settings \ portfw/config ppp/settings-1 ppp/settings-2 ppp/settings-3 ppp/settings-4 \ - ppp/settings-5 ppp/settings proxy/settings remote/settings qos/settings qos/classes qos/subclasses qos/level7config qos/portconfig \ + ppp/settings-5 ppp/settings proxy/advanced/settings remote/settings qos/settings qos/classes qos/subclasses qos/level7config qos/portconfig \ snort/settings vpn/config vpn/settings vpn/ipsec.conf \ vpn/ipsec.secrets vpn/caconfig wakeonlan/clients.conf wireless/config wireless/settings; do \ touch $(CONFIG_ROOT)/$$i; \ diff --git a/src/ROOTFILES.i386 b/src/ROOTFILES.i386 index 813595968..b469d1c5f 100644 --- a/src/ROOTFILES.i386 +++ b/src/ROOTFILES.i386 @@ -21030,8 +21030,8 @@ home/httpd/cgi-bin/dial.cgi home/httpd/cgi-bin/dmzholes.cgi home/httpd/cgi-bin/graphs.cgi home/httpd/cgi-bin/gui.cgi +home/httpd/cgi-bin/hardwaregraphs.cgi home/httpd/cgi-bin/hosts.cgi -home/httpd/cgi-bin/hddgraph.cgi home/httpd/cgi-bin/ids.cgi home/httpd/cgi-bin/index.cgi home/httpd/cgi-bin/ipinfo.cgi diff --git a/src/scripts/makegraphs b/src/scripts/makegraphs index 9c680a899..8f9aa6761 100644 --- a/src/scripts/makegraphs +++ b/src/scripts/makegraphs @@ -859,7 +859,7 @@ sub updatetempgraph "--alt-y-grid", "-w 600", "-h 100", "--alt-autoscale", "--color", "SHADEA#EAE9EE", "--color", "SHADEB#EAE9EE", - "--color", "BACK#EAE9EE", + "--color", "BACK#FFFFFF", "-t $tr{'mbmon temp'} ($tr{'graph per'} $tr{$period})" ); $count = 1; @@ -899,7 +899,7 @@ sub updatefangraph "--alt-y-grid", "-w 600", "-h 100", "--alt-autoscale", "--color", "SHADEA#EAE9EE", "--color", "SHADEB#EAE9EE", - "--color", "BACK#EAE9EE", + "--color", "BACK#FFFFFF", "-t $tr{'mbmon temp'} ($tr{'graph per'} $tr{$period})" ); $count = 1; @@ -939,7 +939,7 @@ sub updatevoltgraph "--alt-y-grid", "-w 600", "-h 100", "--alt-autoscale", "--color", "SHADEA#EAE9EE", "--color", "SHADEB#EAE9EE", - "--color", "BACK#EAE9EE", + "--color", "BACK#FFFFFF", "-t $tr{'mbmon temp'} ($tr{'graph per'} $tr{$period})" ); $count = 1; |
+ 
