mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
3.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/isdn4k-utils/multi-line-strings.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. diff -urN -x '*~' isdn4k-utils/ipppd/options.c isdn4k-utils-gcc-3.3.1/ipppd/options.c
  23. --- isdn4k-utils-old/ipppd/options.c 2002-07-06 02:34:08.000000000 +0200
  24. +++ isdn4k-utils-new/ipppd/options.c 2003-08-19 22:36:18.000000000 +0200
  25. @@ -479,26 +479,25 @@
  26. #define IMPLEMENTATION ""
  27. #endif
  28. -static char *usage_string = "\
  29. -ipppd version %s patch level %d%s\n\
  30. -Usage: %s [ options ], where options are:\n\
  31. -\t<device> Communicate over the named device\n\
  32. +static char *usage_string = ""
  33. +"ipppd version %s patch level %d%s\n"
  34. +"Usage: %s [ options ], where options are:\n"
  35. +"\t<device> Communicate over the named device\n"
  36. #ifdef INCLUDE_OBSOLETE_FEATURES
  37. -\tcrtscts Use hardware RTS/CTS flow control\n\
  38. -\t<speed> Set the baud rate to <speed>\n\
  39. -\tmodem Use modem control lines\n\
  40. +"\tcrtscts Use hardware RTS/CTS flow control\n"
  41. +"\t<speed> Set the baud rate to <speed>\n"
  42. +"\tmodem Use modem control lines\n"
  43. #endif
  44. -\t<loc>:<rem> Set the local and/or remote interface IP\n\
  45. -\t\taddresses. (you also may use the option 'useifip' to get IPs).\n\
  46. -\tasyncmap <n> Set the desired async map to hex <n>\n\
  47. -\tauth Require authentication from peer\n\
  48. -\tconnect <p> Invoke shell command <p> to set up the serial line\n\
  49. -\tdefaultroute Add default route through interface\n\
  50. -\tfile <f> Take options from file <f>\n\
  51. -\tmru <n> Set MRU value to <n> for negotiation\n\
  52. -\tnetmask <n> Set interface netmask to <n>\n\
  53. -See ipppd(8) for more options.\n\
  54. -";
  55. +"\t<loc>:<rem> Set the local and/or remote interface IP\n"
  56. +"\t\taddresses. (you also may use the option 'useifip' to get IPs).\n"
  57. +"\tasyncmap <n> Set the desired async map to hex <n>\n"
  58. +"\tauth Require authentication from peer\n"
  59. +"\tconnect <p> Invoke shell command <p> to set up the serial line\n"
  60. +"\tdefaultroute Add default route through interface\n"
  61. +"\tfile <f> Take options from file <f>\n"
  62. +"\tmru <n> Set MRU value to <n> for negotiation\n"
  63. +"\tnetmask <n> Set interface netmask to <n>\n"
  64. +"See ipppd(8) for more options.\n";
  65. static char *current_option; /* the name of the option being parsed */