View | Details | Raw Unified | Return to bug 7269
Collapse All | Expand All

(-)./scripts/ifup-common..resolv (-1 / +1 lines)
Lines 104-110 Link Here
104
if [ -s $MYRESOLVCONF ]; then
104
if [ -s $MYRESOLVCONF ]; then
105
	rm -f /etc/resolv.conf
105
	rm -f /etc/resolv.conf
106
	cp $MYRESOLVCONF /etc/resolv.conf
106
	cp $MYRESOLVCONF /etc/resolv.conf
107
	[ -x "$RESOLV_POSTIN_CMD" ] && $RESOLV_POSTIN_CMD
107
	[ -x "$RESOLV_POSTIN_CMD" ] && $RESOLV_POSTIN_CMD $RESOLV_POSTIN_CMD_ARGS
108
	print_progress
108
	print_progress
109
fi
109
fi
110
110
(-)./options.d/50-altlinux..resolv (-1 / +2 lines)
Line 1 Link Here
1
RESOLV_POSTIN_CMD=/sbin/update_chrooted conf
1
RESOLV_POSTIN_CMD=/sbin/update_chrooted
2
RESOLV_POSTIN_CMD_ARGS=conf

Return to bug 7269