]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Hinzugefuegt:
authordelaco <delaco@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 18 Jul 2006 18:10:21 +0000 (18:10 +0000)
committerdelaco <delaco@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 18 Jul 2006 18:10:21 +0000 (18:10 +0000)
  * Promise-Sata-300 und SataII-150-Kernel-Modul hinzugefuegt fuer SMP und einen Prozessor.
  * Morningreconnect in den ConnScheduler gelegt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@212 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/cfgroot/connscheduler.conf [new file with mode: 0644]
config/cfgroot/header.pl
doc/packages-list.txt
html/cgi-bin/outgoingfw.cgi
html/cgi-bin/pppsetup.cgi
html/cgi-bin/wakeonlan.cgi
lfs/configroot
lfs/promise-sata-300-tx [new file with mode: 0644]
make.sh

diff --git a/config/cfgroot/connscheduler.conf b/config/cfgroot/connscheduler.conf
new file mode 100644 (file)
index 0000000..0700506
--- /dev/null
@@ -0,0 +1 @@
+on,reconnect,,06:00,weekdays,,Mon Tue Wed Thu Fri Sat Sun ,,MorningReconnect
index 1cb3d957be2d9120cc379daee3dcbb8980537717..251c1e9491bcc243075075c09accb917899e7060 100644 (file)
@@ -250,25 +250,31 @@ sub genmenu {
                                  'title' => "$tr{'alt dialup'}",
                                  'enabled' => 1,
                                  };
-    $subnetwork->{'50.hosts'} = {
+    $subnetwork->{'50.scheduler'} = {
+                                 'caption' => $tr{'scheduler'},
+                                 'uri' => '/cgi-bin/connscheduler.cgi',
+                                 'title' => "$tr{'scheduler'}",
+                                 'enabled' => 1,
+                                 };
+    $subnetwork->{'60.hosts'} = {
                                 'caption' => $tr{'edit hosts'},
                                 'uri' => '/cgi-bin/hosts.cgi',
                                 'title' => "$tr{'edit hosts'}",
                                 'enabled' => 1,
                                 };
-    $subnetwork->{'60.upload'} = {
+    $subnetwork->{'70.upload'} = {
                                  'caption' => $tr{'upload'},
                                  'uri' => '/cgi-bin/upload.cgi',
                                  'title' => "$tr{'upload'}",
                                  'enabled' => 0,
                                  };
-    $subnetwork->{'70.aliases'} = {
+    $subnetwork->{'80.aliases'} = {
                                  'caption' => $tr{'aliases'},
                                  'uri' => '/cgi-bin/aliases.cgi',
                                  'title' => "$tr{'aliases'}",
                                  'enabled' => 0,
                                  };
-    $subnetwork->{'80.wakeonlan'} = {
+    $subnetwork->{'90.wakeonlan'} = {
                                  'caption' => $tr{'WakeOnLan'},
                                  'uri' => '/cgi-bin/wakeonlan.cgi',
                                  'title' => "$tr{'WakeOnLan'}",
index a50971ddafad67b9201af377dc1851a8e64dab26..c696a6eea70e6b4350fd377e7b0a5c9fc2edb998 100644 (file)
@@ -34,7 +34,7 @@
   * applejuice-0.30
   * arping-2.05
   * as86-0.16.17
-  * asterisk-1.2.7.1
+  * asterisk-1.2.9.1
   * autoconf-2.59
   * automake-1.8.4
   * bash-2.05b
@@ -45,6 +45,7 @@
   * bison-1.875
   * bootsplash-3.2
   * bridge-utils-1.1
+  * bristuff-0.3.0-PRE-1q
   * busybox-0.60.5
   * bzip2-1.0.3
   * capi4k-utils-2004-10-06
   * libnet-1.1.2.1
   * libpcap-0.8.3
   * libpng-1.2.8
+  * libpri-1.2.3
   * libsafe_2.0-16
   * libtool-1.5.6
   * libusb-0.1.7
   * ntop-3.2
   * ntp-4.2.0
   * oinkmaster-1.2
-  * openh323-Mimas_patch2
   * openldap-2.3.20
   * openssh-3.9p1
   * openssl-0.9.7i
   * procps-3.2.5
   * psmisc-21.4
   * pulsar-4.0.19
-  * pwlib-ipfire1
   * razor-agents-2.81
   * rp-pppoe-3.5
   * rrdtool-1.0.49
   * samba-3.0.22
+  * sata300_sataii150_tx_series_linux2.4_open_source_1.00.0.15
   * screen-4.0.2
   * sed-4.0.9
   * setserial-2.17
   * shadow-4.0.4.1
   * slang-1.4.5-mini
+  * smartmontools-5.36
   * snort-2.3.3
   * spandsp-0.0.2pre25
   * speedtouch-1.2
   * wput-0.6
   * xampp-linux-1.5.3a
   * xinetd-2.3.14
+  * xmbmon205
+  * zaptel-1.2.6
   * zlib-1.2.3
index b68e7e17917e4bcc25e9bd5a6dcef2bfc5f2910f..78ee951c4490bfb931ca5ab6e98452000875103d 100644 (file)
@@ -52,6 +52,7 @@ $outfwsettings{'DISPLAY_DIP'} = '';
 $outfwsettings{'DISPLAY_DPORT'} = '';
 $outfwsettings{'DISPLAY_SMAC'} = '';
 $outfwsettings{'DISPLAY_SIP'} = '';
+$outfwsettings{'POLICY'} = 'MODE0';
 
 &General::readhash("${General::swroot}/outgoing/settings", \%outfwsettings);
 &Header::getcgihash(\%outfwsettings);
index 3e60865185e55ad16e3a1b487fa87e5b65c96457..65893b7abbf8b5e59c5eed18fdcf032d6e7d6c8f 100644 (file)
@@ -55,9 +55,6 @@ elsif ($pppsettings{'ACTION'} eq $Lang::tr{'refresh'})
 }
 elsif ($pppsettings{'ACTION'} eq $Lang::tr{'save'})
 {
-       if ($pppsettings{'MORNINGRECONNECT'} eq 'on')
-               { system("/bin/touch /var/ipfire/ppp/morningreconnect"); }
-               else { unlink "/var/ipfire/ppp/morningreconnect"; }
        if ($pppsettings{'TYPE'} =~ /^(modem|serial|isdn)$/ && $pppsettings{'COMPORT'} !~ /^(ttyS0|ttyS1|ttyS2|ttyS3|ttyS4|usb\/ttyACM0|usb\/ttyACM1|usb\/ttyACM2|usb\/ttyACM3|isdn1|isdn2)$/) {
                $errormessage = $Lang::tr{'invalid input'};
                goto ERROR; }
@@ -398,10 +395,6 @@ $checked{'DIALONDEMANDDNS'}{'off'} = '';
 $checked{'DIALONDEMANDDNS'}{'on'} = '';
 $checked{'DIALONDEMANDDNS'}{$pppsettings{'DIALONDEMANDDNS'}} = "checked='checked'";
 
-$checked{'MORNINGRECONNECT'}{'off'} = '';
-$checked{'MORNINGRECONNECT'}{'on'} = '';
-$checked{'MORNINGRECONNECT'}{$pppsettings{'MORNINGRECONNECT'}} = "checked='checked'";
-
 $checked{'AUTOCONNECT'}{'off'} = '';
 $checked{'AUTOCONNECT'}{'on'} = ''; 
 $checked{'AUTOCONNECT'}{$pppsettings{'AUTOCONNECT'}} = "checked='checked'";
@@ -692,12 +685,6 @@ print <<END
        <td align='right'>$Lang::tr{'maximum retries'}</td>
        <td><input type='text' size='5' name='MAXRETRIES' value='$pppsettings{'MAXRETRIES'}' /></td>
 </tr>
-<tr>
-       <td align='right'>Morning Reconnect:</td>
-       <td><input type='checkbox' name='MORNINGRECONNECT' $checked{'MORNINGRECONNECT'}{'on'} /></td>
-       <td>&nbsp;</td>
-       <td>&nbsp;</td>
-</tr>
 END
 ;
 
index ff60304af180b8f73bd964962905f79391d999a5..87d540cbbb5f9a6219ae86f9d5ae088356eed188 100644 (file)
@@ -157,7 +157,7 @@ if ( $cgiparams{'ACTION'} eq 'wakeup' )
   # make a box with info, 'refresh' to normal screen after 5 seconds
   if ( $refresh eq 'yes' )
   {
-    &Header::openpage($Lang::tr{'WakeOnLan'}, 1, "<meta http-equiv='refresh' content='3;url=/cgi-bin/wakeonlan-gui.cgi'");
+    &Header::openpage($Lang::tr{'WakeOnLan'}, 1, "<meta http-equiv='refresh' content='3;url=/cgi-bin/wakeonlan.cgi'");
     &Header::openbigbox('100%', 'left');
   }
   &Header::openbox('100%', 'left', $Lang::tr{'WakeOnLan'});
index a4896ed2184ca91a19484b2b54f8225c8cbb56e8..ea44180cd3de14d24ce3673e62beec41c402efa0 100644 (file)
@@ -58,7 +58,7 @@ $(TARGET) :
 
        # Touch empty files
        for i in auth/users backup/include.user backup/exclude.user \
-           certs/index.txt connscheduler/connscheduler.conf ddns/config ddns/noipsettings ddns/settings ddns/ipcache dhcp/settings \
+           certs/index.txt ddns/config ddns/noipsettings ddns/settings ddns/ipcache dhcp/settings \
            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 \
@@ -78,6 +78,7 @@ $(TARGET) :
        cp $(DIR_SRC)/config/cfgroot/backup-include             $(CONFIG_ROOT)/backup/include.system
        cp $(DIR_SRC)/config/cfgroot/backup-exclude.hardware    $(CONFIG_ROOT)/backup/exclude.hardware
        cp $(DIR_SRC)/config/cfgroot/connscheduler-lib.pl       $(CONFIG_ROOT)/connscheduler/lib.pl
+       cp $(DIR_SRC)/config/cfgroot/connscheduler.conf         $(CONFIG_ROOT)/connscheduler
        cp $(DIR_SRC)/config/cfgroot/mbmon-settings             $(CONFIG_ROOT)/mbmon/settings
        cp $(DIR_SRC)/config/cfgroot/modem-defaults             $(CONFIG_ROOT)/modem/defaults
        cp $(DIR_SRC)/config/cfgroot/modem-settings             $(CONFIG_ROOT)/modem/settings
diff --git a/lfs/promise-sata-300-tx b/lfs/promise-sata-300-tx
new file mode 100644 (file)
index 0000000..d9e10d6
--- /dev/null
@@ -0,0 +1,88 @@
+###############################################################################
+# This file is part of the IPCop Firewall.                                    #
+#                                                                             #
+# IPCop is free software; you can redistribute it and/or modify               #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation; either version 2 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# IPCop is distributed in the hope that it will be useful,                    #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with IPCop; if not, write to the Free Software                        #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
+#                                                                             #
+# Makefiles are based on LFSMake, which is                                    #
+# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+VER        = linux2.4_open_source_1.00.0.15
+
+THISAPP    = sata300_sataii150_tx_series_$(VER)
+DL_FILE    = $(THISAPP).tgz
+DL_FROM    = $(URL_IPFIRE)
+DIR_APP    = $(DIR_SRC)/pdc-ulsata2
+ifeq "$(SMP)" ""
+  TARGET     = $(DIR_INFO)/$(THISAPP)
+else
+  TARGET     = $(DIR_INFO)/$(THISAPP)-smp
+endif
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = 369e88bf60321771bfd3ffc1f1d412f5
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+       @$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+       @$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+       @$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+       @$(PREBUILD)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && make
+ifeq "$(SMP)" ""
+       cd $(DIR_APP) && install -m 644 -o 0 ulsata2.o /lib/modules/$(KVER)/kernel/drivers/scsi
+       find /lib/modules/$(KVER)/kernel/drivers/scsi -name 'ulsata2.o' -a -type f | xargs gzip -f9
+else
+       cd $(DIR_APP) && install -m 644 -o 0 ulsata2.o /lib/modules/$(KVER)-smp/kernel/drivers/scsi
+       find /lib/modules/$(KVER)-smp/kernel/drivers/scsi -name 'ulsata2.o' -a -type f | xargs gzip -f9
+endif
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)
diff --git a/make.sh b/make.sh
index e703e09161bb4a8e6678d665a132aa417f6cfbf5..1073e0e3214edb9bf7174624c067b6d8e3876a5c 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -551,6 +551,7 @@ buildipcop() {
        ipcopmake fcclassic     SMP=1
        ipcopmake pulsar        SMP=1
        ipcopmake unicorn       SMP=1
+       ipcopmake promise-sata-300-tx SMP=1
   fi
 
   ipcopmake linux      LFS_PASS=ipfire
@@ -571,8 +572,9 @@ buildipcop() {
        ipcopmake fcdslslusb 
        ipcopmake fcpci
        ipcopmake fcclassic
-       ipcopmake pulsar        
-       ipcopmake unicorn       
+       ipcopmake pulsar        
+       ipcopmake unicorn
+       ipcopmake promise-sata-300-tx
   fi
 
   ipcopmake pcmcia-cs
@@ -707,6 +709,7 @@ buildipcop() {
   ipcopmake bridge-utils
   ipcopmake screen
   ipcopmake hddtemp
+  ipcopmake smartmontools
   ipcopmake htop
   ipcopmake lynx
   echo -ne "`date -u '+%b %e %T'`: Building ### Mailserver ### \n" | tee -a $LOGFILE