mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
Ein paar Schoenheitsfehler korrigiert.
Kernel Update... Das Pakfire Timeout hoeher gesetzt. CenterIm-Paket erstellt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@951 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
10
config/rootfiles/packages/centerim
Normal file
10
config/rootfiles/packages/centerim
Normal file
@@ -0,0 +1,10 @@
|
||||
usr/bin/centerim
|
||||
usr/bin/cicqconv
|
||||
#usr/share/centerim
|
||||
usr/share/centerim/email.wav
|
||||
usr/share/centerim/msg.wav
|
||||
usr/share/centerim/offline.wav
|
||||
usr/share/centerim/online.wav
|
||||
usr/share/centerim/sms.wav
|
||||
usr/share/centerim/url.wav
|
||||
#usr/share/man/man1/cicqconv.1
|
||||
@@ -51,6 +51,7 @@
|
||||
* calamaris-2.59
|
||||
* ccache-2.4
|
||||
* cdrtools-2.01
|
||||
* centerim-4.22.1
|
||||
* cftp-0.12
|
||||
* clamav-0.91.1
|
||||
* coreutils-5.96
|
||||
@@ -166,7 +167,6 @@
|
||||
* misc-progs
|
||||
* mkinitcpio-0.5.9
|
||||
* mktemp-1.5
|
||||
* mldonkey-2.9.0
|
||||
* mldonkey-2.9.1
|
||||
* module-init-tools-3.2.2
|
||||
* mpc-0.12.1
|
||||
@@ -209,7 +209,6 @@
|
||||
* ppp-2.4.4
|
||||
* procps-3.2.6
|
||||
* psmisc-22.2
|
||||
* r8169-6.002.00
|
||||
* readline-5.1
|
||||
* reiser4progs-1.0.5
|
||||
* reiserfsprogs-3.6.19
|
||||
|
||||
@@ -36,7 +36,7 @@ require "${General::swroot}/header.pl";
|
||||
&Header::openbigbox('100%', 'center');
|
||||
|
||||
&Header::openbox('100%', 'left', 'Version');
|
||||
print "This is IPFire Build Version ".`cat /var/ipfire/firebuild`." and tagged as ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
|
||||
print "This is IPFire Build ".`cat /var/ipfire/firebuild`." and tagged as ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
|
||||
&Header::closebox();
|
||||
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'credits'});
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
include Config
|
||||
|
||||
PATCHLEVEL = .53
|
||||
VER = 2.6.16.53
|
||||
PATCHLEVEL = .54
|
||||
VER = 2.6.16.54
|
||||
|
||||
THISAPP = linux-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -64,7 +64,7 @@ squashfs3.2-r2.tar.gz = $(URL_IPFIRE)/squashfs3.2-r2.tar.gz
|
||||
mISDN-1_1_5.tar.gz = $(URL_IPFIRE)/mISDN-1_1_5.tar.gz
|
||||
openswan-2.4.9.tar.gz = $(URL_IPFIRE)/openswan-2.4.9.tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = 5c6e965d9121ba0d3f3c747e519de402
|
||||
$(DL_FILE)_MD5 = 6d63369a98736bbdf0ee52f3117ae9e0
|
||||
patch-o-matic-ng-20061210.tar.bz2_MD5 = 76edac76301b45f89e467b41c8cf4393
|
||||
iptables-1.3.5.tar.bz2_MD5 = 00fb916fa8040ca992a5ace56d905ea5
|
||||
netfilter-layer7-v2.9.tar.gz_MD5 = ebf9043a5352ebe6dbd721989ef83dee
|
||||
|
||||
@@ -83,7 +83,7 @@ case "${1}" in
|
||||
;;
|
||||
|
||||
stop)
|
||||
boot_mesg "Removing IPv4 address ${ADDRESS} from the ${2} interface..."
|
||||
boot_mesg "Removing IPv4 address ${ADDRESS} from the ${DEVICE} interface..."
|
||||
ip addr del ${args} dev ${DEVICE}
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
@@ -160,7 +160,7 @@ sub fetchfile {
|
||||
|
||||
my $ua = LWP::UserAgent->new;
|
||||
$ua->agent("Pakfire/$Conf::version");
|
||||
$ua->timeout(5);
|
||||
$ua->timeout(20);
|
||||
|
||||
my %proxysettings=();
|
||||
&General::readhash("${General::swroot}/proxy/advanced/settings", \%proxysettings);
|
||||
@@ -281,11 +281,11 @@ sub selectmirror {
|
||||
### Check if there is a current server list and read it.
|
||||
# If there is no list try to get one.
|
||||
my $count = 0;
|
||||
while (!(open(FILE, "<$Conf::dbdir/lists/server-list.db")) && ($count lt 20)) {
|
||||
while (!(open(FILE, "<$Conf::dbdir/lists/server-list.db")) && ($count lt 5)) {
|
||||
$count++;
|
||||
getmirrors("noforce");
|
||||
}
|
||||
if ($count == 20) {
|
||||
if ($count == 5) {
|
||||
message("MIRROR ERROR: Could not find or download a server list");
|
||||
exit 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user