|
From: Jan H. P. <jh...@jh...> - 2010-04-15 22:26:26
|
Hello, This week I have been rather busy trying to get a DL system up with the latest 1.4.0-rc3. Because this setup is going to be for a router that hardly needs anything more then just the firewall stuff and routing stuff I disabled almost everything in my config, but this resulted in a few little problems that were not properly fixed in the dependency tree (I think). 1. One of the scripts uses rsync to put some config in place, but if rsync is not available this fails. Have changed the script so it uses tar instead to copy the whole set of files that is needed. 2. While parted is not needed in my setup as far as I know it was compiled anyway, but this failed because device-mapper support was not available. I change the --enable-device-mapper into --disable-device-mapper and that fixed the build of this package. Don't know the impact though, but I suspect none because I have not included parted in my system as far as I know. 3. I need wide-dhcpv6 to pickup a prefix delegation for my network from my ADSL profider. This was not available so I hacked it in myself. Is their any interest to put this package in the main tree? Greetings, Jan Hugo Prins |