Public bug reported: Binary package hint: ppp
Setting option "usepeerdns" in pppd should set the USEPEERDNS variable for /etc/ppp/ip-up.d/0000usepeerdns. The test in 0000usepeerdns is the following: # this variable is only set if the usepeerdns pppd option is being used [ "$USEPEERDNS" ] || exit 0 which is clearly wrong, as if USEPEERDNS is set, the script exits immediately. The test should be # this variable is only set if the usepeerdns pppd option is being used [ ! "$USEPEERDNS" ] || exit 0 ** Affects: ppp (Ubuntu) Importance: Undecided Status: New ** Tags: intrepid ** Tags added: intrepid -- usepeerdns option in pppd doesn't work https://bugs.launchpad.net/bugs/398793 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs