--- ./scripts/ifup-common..resolv 2005-06-24 11:12:55 +0300 +++ ./scripts/ifup-common 2005-07-07 20:14:05 +0300 @@ -104,7 +104,7 @@ if [ -s $MYRESOLVCONF ]; then rm -f /etc/resolv.conf cp $MYRESOLVCONF /etc/resolv.conf - [ -x "$RESOLV_POSTIN_CMD" ] && $RESOLV_POSTIN_CMD + [ -x "$RESOLV_POSTIN_CMD" ] && $RESOLV_POSTIN_CMD $RESOLV_POSTIN_CMD_ARGS print_progress fi --- ./options.d/50-altlinux..resolv 2005-07-04 15:50:47 +0300 +++ ./options.d/50-altlinux 2005-07-02 13:03:43 +0300 @@ -1 +1,2 @@ -RESOLV_POSTIN_CMD=/sbin/update_chrooted conf +RESOLV_POSTIN_CMD=/sbin/update_chrooted +RESOLV_POSTIN_CMD_ARGS=conf