~ubuntu-branches/ubuntu/quantal/resolvconf/quantal

« back to all changes in this revision

Viewing changes to debian/resolvconf.000resolvconf.ppp.ip-up

  • Committer: Stéphane Graber
  • Date: 2012-09-07 22:01:37 UTC
  • Revision ID: stgraber@ubuntu.com-20120907220137-nn3syjfxsp5nkz8b
Fix ppp hooks to also apply to modem connections under NM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
[ -x /sbin/resolvconf ] || exit 0
12
12
 
13
13
case "$6" in
14
 
  nm-pptp-service-*)
 
14
  nm-pptp-service-*|/org/freedesktop/NetworkManager/PPP/*)
15
15
    # NetworkManager handles it
16
16
    exit 0
17
17
    ;;