https://bugzilla.novell.com/show_bug.cgi?id=335427 Summary: Bug in ifup-isdn brakes name resolution Product: openSUSE 10.3 Version: Final Platform: i586 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: ISDN AssignedTo: kkeil@novell.com ReportedBy: markus.hahn@experteach.de QAContact: qa@suse.de Found By: Customer Created an attachment (id=179550) --> (https://bugzilla.novell.com/attachment.cgi?id=179550) fixed ifup-isdn script if using a manual ISDN ppp dial-in connection with AUTODNS, MODIFYDNS feature enabled name-resolution don't work because of an bug in ifup-isdn. This bug was found in latest version. (last online-update on Okt. 19) 113,114c113,114 < test "$MODIFYDNS" = "yes" -a "AUTODNS" == "yes" \ < && CMDLINE_OPT="$CMDLINE_OPT ms-get-dns" ---
test "$MODIFYDNS" = "yes" -a "$AUTODNS" = "yes" \ && CMDLINE_OPT="$CMDLINE_OPT ms-get-dns"
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.