]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Added missung nsupdate to core29, rearanged corefile
authorChristian Schmidt <maniacikarus@ipfire.org>
Tue, 14 Jul 2009 21:01:55 +0000 (23:01 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Tue, 14 Jul 2009 21:01:55 +0000 (23:01 +0200)
config/rootfiles/core/29/filelists/files
lfs/bind

index 1a51a6cfacd2b7556578340e103d472d84ed79eb..96eb219c30f76cc1290b3a8d91246e041aac0d5d 100644 (file)
@@ -1,15 +1,16 @@
 etc/collectd.conf
 etc/collectd.conf
+etc/rc.d/init.d/networking/red
 etc/system-release
 etc/system-release
+lib/firmware/av7110/bootcode.bin
+srv/web/ipfire/cgi-bin/aliases.cgi
 srv/web/ipfire/cgi-bin/credits.cgi
 srv/web/ipfire/cgi-bin/ids.cgi
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/html/blob.gif
 srv/web/ipfire/html/images/info.gif
 srv/web/ipfire/html/images/openvpn.png
 srv/web/ipfire/cgi-bin/credits.cgi
 srv/web/ipfire/cgi-bin/ids.cgi
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/html/blob.gif
 srv/web/ipfire/html/images/info.gif
 srv/web/ipfire/html/images/openvpn.png
-var/ipfire/menu.d/50-firewall.menu
-lib/firmware/av7110/bootcode.bin
+usr/bin/nsupdate
 var/ipfire/backup/include
 var/ipfire/backup/include
-etc/rc.d/init.d/networking/red
-srv/web/ipfire/cgi-bin/aliases.cgi
-/var/ipfire/langs/list
-/var/ipfire/langs/de.pl
+var/ipfire/langs/list
+var/ipfire/langs/de.pl
+var/ipfire/menu.d/50-firewall.menu
index 91622d826b8239578cebe8ce5ac7f6481799fe08..022335882214bdb54cee2868de4283f032c4c6e6 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls --disable-ipv6
        cd $(DIR_APP) && make -C lib/dns
        cd $(DIR_APP) && make -C lib/isc
        cd $(DIR_APP) && make -C lib/bind9
        cd $(DIR_APP) && make -C lib/dns
        cd $(DIR_APP) && make -C lib/isc
        cd $(DIR_APP) && make -C lib/bind9
@@ -79,5 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make -C lib/lwres
        cd $(DIR_APP) && make -C bin/dig
        cd $(DIR_APP) && make -C bin/dig install
        cd $(DIR_APP) && make -C lib/lwres
        cd $(DIR_APP) && make -C bin/dig
        cd $(DIR_APP) && make -C bin/dig install
+       cd $(DIR_APP) && make -C bin/nsupdate
+       cd $(DIR_APP) && make -C bin/nsupdate install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)