initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / isdn4k-utils / options_c.patch
1 --- ./ipppd/options.c.orig      2003-10-28 18:49:00.000000000 +0100
2 +++ ./ipppd/options.c   2003-10-28 18:52:15.000000000 +0100
3 @@ -479,26 +479,7 @@
4  #define IMPLEMENTATION ""
5  #endif
6  
7 -static char *usage_string = "\
8 -ipppd version %s patch level %d%s\n\
9 -Usage: %s [ options ], where options are:\n\
10 -\t<device>     Communicate over the named device\n\
11 -#ifdef INCLUDE_OBSOLETE_FEATURES
12 -\tcrtscts              Use hardware RTS/CTS flow control\n\
13 -\t<speed>              Set the baud rate to <speed>\n\
14 -\tmodem                Use modem control lines\n\
15 -#endif
16 -\t<loc>:<rem>  Set the local and/or remote interface IP\n\
17 -\t\taddresses.  (you also may use the option 'useifip' to get IPs).\n\
18 -\tasyncmap <n> Set the desired async map to hex <n>\n\
19 -\tauth         Require authentication from peer\n\
20 -\tconnect <p>     Invoke shell command <p> to set up the serial line\n\
21 -\tdefaultroute Add default route through interface\n\
22 -\tfile <f>     Take options from file <f>\n\
23 -\tmru <n>              Set MRU value to <n> for negotiation\n\
24 -\tnetmask <n>  Set interface netmask to <n>\n\
25 -See ipppd(8) for more options.\n\
26 -";
27 +static char *usage_string = "\nipppd version %s patch level %d%s\n\nUsage: %s [ options ], where options are:\n\n\t<device>      Communicate over the named device\n\n\t<loc>:<rem>   Set the local and/or remote interface IP\n\n\t\taddresses.  (you also may use the option 'useifip' to get IPs).\n\n\tasyncmap <n>  Set the desired async map to hex <n>\n\n\tauth          Require authentication from peer\n\n\tconnect <p>     Invoke shell command <p> to set up the serial line\n\n\tdefaultroute  Add default route through interface\n\n\tfile <f>      Take options from file <f>\n\n\tmru <n>               Set MRU value to <n> for negotiation\n\n\tnetmask <n>   Set interface netmask to <n>\n\nSee ipppd(8) for more options.\n";
28  
29  static char *current_option;   /* the name of the option being parsed */
30