~ubuntu-branches/ubuntu/quantal/wvdial/quantal

« back to all changes in this revision

Viewing changes to wvdialconf.cc

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Randrianiriana
  • Date: 2011-01-09 18:59:33 UTC
  • mfrom: (3.3.1 experimental) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110109185933-kxifjmo0g6dggf42
Tags: 1.61-2
* New upstream release in unstable:
  + FAQ URL updated (LP: #415524).
* Updated manpage pon.wvdial.1
* Prevent ftbfs with binutils-gold and gcc 4.5 (Closes: #608018, #609573).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#include "wvfile.h"
11
11
#include "wvmodemscan.h"
12
12
#include "wvstrutils.h"
13
 
#include "wvver.h"
 
13
#include "version.h"
14
14
#include <ctype.h>
15
15
 
16
16
 
60
60
    args.set_help_header("Create or update a WvDial configuration file");
61
61
    args.set_help_footer("You must specify the FILENAME of the configuration "
62
62
                         "file to generate.");
63
 
    args.set_email("<wvdial-list@lists.nit.ca>");
64
63
    args.add_optional_arg("FILENAME", false);
65
64
 
66
65
    WvStringList remaining_args;
83
82
            "Is it in use by another program?\n"
84
83
          "Did you configure it properly with setserial?\n\n"
85
84
                
86
 
          "Please read the FAQ at http://open.nit.ca/wiki/?WvDial\n\n"
87
 
                
88
 
          "If you still have problems, send mail to "
89
 
            "<wvdial-list@lists.nit.ca>.\n");
 
85
          "Please read the FAQ at http://alumnit.ca/wiki/?WvDial\n");
90
86
        return 1;
91
87
    }
92
88