-EmpĂȘche dhclient de modifier /etc/resolv.conf car on installe Bind.
rscr mult "Testing toolchain" toolchain-test
ipkg ${SED} "--bindir=/bin"
ipkg ${LIBFFI}
-ipkg ${PYTHON}
+ipkg ${PYTHON} "--enable-shared"
# Specify LIBFFI flags because pkg-config is not yet installed:
LIBFFI_CFLAGS="-I/usr/include" LIBFFI_LIBS="-L/usr/lib -lffi" ipkg ${GLIB}
ipkg ${PKG_CONFIG}
dos2unix dvd-ram-format fix-avi gztobz2 hv-backup hv-video-dvd \
mail-files mail-if-fail mail-statistics media-write pstopdf \
replace.pl rotatelogs setdate strip-debug-symbols tarbz2 \
- tildes-clean vd vs flac2ogg flac2mp3"
+ tildes-clean vd vs vlog flac2ogg flac2mp3"
for program in ${BIN_UTILITIES}; do
install -v ${SRCDIR}/${program} ${BINDIR}
sed -i -e "s!_DOMAIN_!${DOMAIN}!g" /etc/dhclient.conf
+ cat > /etc/dhclient-enter-hooks << "EOF"
+# If named is running, do not let dhclient create or modify resolv.conf
+# by specifyng an empty function hook:
+make_resolv_conf(){
+ :
+}
+EOF
+ chmod u+x /etc/dhclient-enter-hooks
+
cat > /etc/sysconfig/network/dhcp-client << "EOF"
# dhcp-client
# DHCP client program informations