]> git.ipfire.org Git - people/ummeegge/ipfire-2.x.git/commitdiff
A small number of buildfixes by Maniac.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Fri, 26 Oct 2007 14:02:15 +0000 (14:02 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Fri, 26 Oct 2007 14:02:15 +0000 (14:02 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@999 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/common/backup
config/rootfiles/common/ntfs-3g
config/rootfiles/packages/nfs
html/cgi-bin/connections.cgi
lfs/mldonkey
lfs/openssl

index 37c21e1ae120aace103ed2986d62243d65e593d5..a871499cd41b3a5e1e378bd8b60f56034289d3d8 100644 (file)
@@ -1,3 +1,4 @@
+var/ipfire/backup/addons
 #var/ipfire/backup/bin
 var/ipfire/backup/bin/backup.pl
 var/ipfire/backup/exclude
index 17383b3d50399397be8b501244e13f9c1f9aa8e2..9ed59866bacc434f587274d5d5c4b2409de500eb 100644 (file)
@@ -2,8 +2,8 @@ bin/ntfs-3g
 #lib/libntfs-3g.a
 #lib/libntfs-3g.la
 lib/libntfs-3g.so
-lib/libntfs-3g.so.9
-lib/libntfs-3g.so.9.0.0
+lib/libntfs-3g.so.13
+lib/libntfs-3g.so.13.0.0
 sbin/mount.ntfs-3g
 #usr/include/ntfs-3g
 #usr/include/ntfs-3g/attrib.h
index 855ea8eb406d8bb6a87896b28a14aa06c1f7d35e..a7b57be8503267208b92773531c58bae0e2cd7a8 100644 (file)
 #usr/man/man8/statd.8
 usr/sbin/exportfs
 usr/sbin/nfsstat
-usr/sbin/nhfsgraph
-usr/sbin/nhfsnums
-usr/sbin/nhfsrun
-usr/sbin/nhfsstone
-usr/sbin/rpc.lockd
 usr/sbin/rpc.mountd
 usr/sbin/rpc.nfsd
-usr/sbin/rpc.rquotad
 usr/sbin/rpc.statd
 usr/sbin/showmount
 #var/lib/nfs
index 6ab9cab5ceada1f1a1c7c7133841916582c456d7..fd95f239b7b42b9ad6cdef5c0c5f8ecf73d9bbee 100644 (file)
@@ -48,10 +48,20 @@ open (ACTIVE, 'iptstate -1rbt |') or die 'Unable to open ip_conntrack';
 my @active = <ACTIVE>;
 close (ACTIVE);
 
+if (open(IP, "${General::swroot}/red/local-ipaddress")) {
+        my $redip = <IP>;
+        close(IP);
+        chomp $redip;
+        push(@network, $redip);
+        push(@masklen, '255.255.255.255' );
+        push(@colour, ${Header::colourfw} );
+}
+
 my @vpn = ` route -n | grep ipsec | awk '{ print \$1" "\$3}'`;
   foreach my $route (@vpn) {
                 chomp($route);
                 my @temp = split(/[\t ]+/, $route);
+                if ( $temp[0] eq '$redip' ){next;}
                 push(@network, $temp[0]);
                 push(@masklen, $temp[1]);
                 push(@colour, ${Header::colourvpn} );
@@ -178,15 +188,6 @@ if ( $vpn[0] ne 'none' ) {
                 push(@colour, ${Header::colourvpn} );
         }
 }
-if (open(IP, "${General::swroot}/red/local-ipaddress")) {
-        my $redip = <IP>;
-        close(IP);
-        chomp $redip;
-        push(@network, $redip);
-        push(@masklen, '255.255.255.255' );
-        push(@colour, ${Header::colourfw} );
-}
-
 
 #Establish simple filtering&sorting boxes on top of table
 
index 9a3216a333e73bfceac884b93b36cb53b3a2309d..6d59aa695177f24032eb1301d92ae95b2bedbf65 100644 (file)
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d7b92ae3e8782a3c4adeb0e7870c07dc
+$(DL_FILE)_MD5 = 457564a0baedabe262254de660420c1c
 
 install : $(TARGET)
 
index 9aaf62ac0c14959318adea8888b3de8d52858d9a..681e4d7920404f445026726759d7993be042ce19 100644 (file)
@@ -73,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf /etc/ssl
        cd $(DIR_APP) && sed -i -e 's/mcpu/march/' config
        cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' -e 's/-march=i486/-march=i586/' Configure
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fix_manpages-1.patch
        cd $(DIR_APP) && ./config --openssldir=/etc/ssl --prefix=/usr shared
        cd $(DIR_APP) && make MANDIR=/usr/share/man
        cd $(DIR_APP) && make MANDIR=/usr/share/man install