Comment 25 for bug 147119

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 147119] Re: network manager gives couldn't activate dialup service warning

On Fri, May 16, 2008 at 01:48:11PM -0000, bendis wrote:
> Hi! I'm attaching the minimal patch that patches
> debian/patches/05-debian_backend.patch. I hope it will be useful.
>
> ** Attachment added: "A patch that should fix this bug (adds missing assignment to the status variable in nm_system_deactivate_dialup and nm_system_activate_dialup functions)."
> http://launchpadlibrarian.net/14559263/debian_backend_dialup.patch
>

This is a patch of a patch ... no the patch itself. The idea is to:

 ln -s debian/patches
 quilt push -a
 quilt new 45_debian_backup_fix_dialup.patch
 quilt add path/to/the/file/you/want/to/change.c
 editor path/to/the/file/you/want/to/change.c
 quilt refresh --diffstat -U8 --no-timestamps

and then send the new 45_debian_backup_fix_dialup.patch

anyway ... will do this now. Thanks!

 - Alexander